Uses of Class
org.biojava.nbio.structure.math.SparseVector
-
Uses of SparseVector in org.biojava.nbio.structure.math
Modifier and TypeMethodDescriptionSparseVector.plus
(SparseVector b) Calcualtes return a + bSparseVector.scale
(double alpha) Calculates alpha * aSparseSquareMatrix.times
(SparseVector x) Modifier and TypeMethodDescriptiondouble
SparseVector.dot
(SparseVector b) Calculates the dot product of this vector a with bSparseVector.plus
(SparseVector b) Calcualtes return a + bSparseSquareMatrix.times
(SparseVector x)