Uses of Class
com.compomics.util.math.matrix.DoubleMatrix
Packages that use DoubleMatrix
-
Uses of DoubleMatrix in com.compomics.util.math.matrix
Methods in com.compomics.util.math.matrix that return DoubleMatrixModifier and TypeMethodDescriptionstatic DoubleMatrixDoubleMatrix.getIdentityMatrix(int n) DoubleMatrix.getSubMatrix(int lineStart, int lineStop, int columnStart, int columnStop) static DoubleMatrixDoubleMatrix.transpose(DoubleMatrix matrix) Methods in com.compomics.util.math.matrix with parameters of type DoubleMatrixModifier and TypeMethodDescriptionvoidDoubleMatrix.appendColumns(DoubleMatrix columns) voidDoubleMatrix.appendLines(DoubleMatrix lines) booleanDoubleMatrix.equals(DoubleMatrix anotherMatrix) static DoubleMatrixDoubleMatrix.transpose(DoubleMatrix matrix) Constructors in com.compomics.util.math.matrix with parameters of type DoubleMatrix