Uses of Class
org.biojava.nbio.structure.math.SparseSquareMatrix
-
Packages that use SparseSquareMatrix Package Description org.biojava.nbio.structure.math -
-
Uses of SparseSquareMatrix in org.biojava.nbio.structure.math
Methods in org.biojava.nbio.structure.math that return SparseSquareMatrix Modifier and Type Method Description SparseSquareMatrix
SparseSquareMatrix. plus(SparseSquareMatrix B)
return C = A + BMethods in org.biojava.nbio.structure.math with parameters of type SparseSquareMatrix Modifier and Type Method Description SparseSquareMatrix
SparseSquareMatrix. plus(SparseSquareMatrix B)
return C = A + B
-