Uses of Class
org.biojava.nbio.structure.math.SparseVector
Packages that use SparseVector
-
Uses of SparseVector in org.biojava.nbio.structure.math
Methods in org.biojava.nbio.structure.math that return SparseVectorModifier and TypeMethodDescriptionSparseVector.plus(SparseVector b) Calcualtes return a + bSparseVector.scale(double alpha) Calculates alpha * aSparseSquareMatrix.times(SparseVector x) Methods in org.biojava.nbio.structure.math with parameters of type SparseVectorModifier and TypeMethodDescriptiondoubleSparseVector.dot(SparseVector b) Calculates the dot product of this vector a with bSparseVector.plus(SparseVector b) Calcualtes return a + bSparseSquareMatrix.times(SparseVector x)