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