public class LUDecompositionNR_ZDRM
extends org.ejml.dense.row.decompose.lu.LUDecompositionBase_ZDRM
Constructor and Description |
---|
LUDecompositionNR_ZDRM() |
Modifier and Type | Method and Description |
---|---|
boolean |
decompose(org.ejml.data.ZMatrixRMaj 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.ZMatrixRMaj 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.