| Name | Description |
---|
 | Factor(DoubleMatrix) |
Factors a given matrix so that it may be used to solve least squares problems.
|
 | Factor(DoubleMatrix, Boolean) |
Factors a given matrix so that it may be used to solve least squares problems.
The specified tolerance is used in computing the numerical rank of the matrix.
|
 | Factor(DoubleMatrix, Double) |
Factors a given matrix so that it may be used to solve least squares problems.
The specified tolerance is used in computing the numerical rank of the matrix.
|
 | Factor(DoubleMatrix, Boolean, Double) |
Factors a given matrix so that it may be used to solve least squares problems.
The specified tolerance is used in computing the numerical rank of the matrix.
|