public class LUDecompositionNR_DDRM
extends org.ejml.dense.row.decomposition.lu.LUDecompositionBase_DDRM
Constructor and Description |
---|
LUDecompositionNR_DDRM() |
Modifier and Type | Method and Description |
---|---|
boolean |
decompose(org.ejml.data.DMatrixRMaj orig)
This implementation of LU Decomposition uses the algorithm specified below:
"Numerical Recipes The Art of Scientific Computing", Third Edition, Pages 48-55
|
public boolean decompose(org.ejml.data.DMatrixRMaj orig)
This implementation of LU Decomposition uses the algorithm specified below:
"Numerical Recipes The Art of Scientific Computing", Third Edition, Pages 48-55
orig
- The matrix that is to be decomposed. Not modified.