Uses of Class
org.biojava.nbio.structure.math.SparseVector
-
Packages that use SparseVector Package Description org.biojava.nbio.structure.math -
-
Uses of SparseVector in org.biojava.nbio.structure.math
Methods in org.biojava.nbio.structure.math that return SparseVector Modifier and Type Method Description SparseVector
SparseVector. plus(SparseVector b)
Calcualtes return a + bSparseVector
SparseVector. scale(double alpha)
Calculates alpha * aSparseVector
SparseSquareMatrix. times(SparseVector x)
Methods in org.biojava.nbio.structure.math with parameters of type SparseVector Modifier and Type Method Description double
SparseVector. dot(SparseVector b)
Calculates the dot product of this vector a with bSparseVector
SparseVector. plus(SparseVector b)
Calcualtes return a + bSparseVector
SparseSquareMatrix. times(SparseVector x)
-