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 SparseVectorSparseVector. plus(SparseVector b)Calcualtes return a + bSparseVectorSparseVector. scale(double alpha)Calculates alpha * aSparseVectorSparseSquareMatrix. times(SparseVector x)Methods in org.biojava.nbio.structure.math with parameters of type SparseVector Modifier and Type Method Description doubleSparseVector. dot(SparseVector b)Calculates the dot product of this vector a with bSparseVectorSparseVector. plus(SparseVector b)Calcualtes return a + bSparseVectorSparseSquareMatrix. times(SparseVector x)
-