Uses of Class
com.compomics.util.math.matrix.DoubleMatrix
Package | Description |
---|---|
com.compomics.util.math.matrix |
Double matrix classes.
|
-
Uses of DoubleMatrix in com.compomics.util.math.matrix
Methods in com.compomics.util.math.matrix that return DoubleMatrix Modifier and Type Method Description static DoubleMatrix
DoubleMatrix. getIdentityMatrix(int n)
DoubleMatrix
DoubleMatrix. getSubMatrix(int lineStart, int lineStop, int columnStart, int columnStop)
static DoubleMatrix
DoubleMatrix. transpose(DoubleMatrix matrix)
Methods in com.compomics.util.math.matrix with parameters of type DoubleMatrix Modifier and Type Method Description void
DoubleMatrix. appendColumns(DoubleMatrix columns)
void
DoubleMatrix. appendLines(DoubleMatrix lines)
boolean
DoubleMatrix. equals(DoubleMatrix anotherMatrix)
static DoubleMatrix
DoubleMatrix. transpose(DoubleMatrix matrix)
Constructors in com.compomics.util.math.matrix with parameters of type DoubleMatrix Constructor Description DoubleMatrix(DoubleMatrix matrix)