public class LUDecompositionNR
extends org.ejml.alg.dense.decomposition.lu.LUDecompositionBase_D64
| Constructor and Description |
|---|
LUDecompositionNR() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
decompose(org.ejml.data.DenseMatrix64F 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.DenseMatrix64F 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.