public class LUDecompositionAlt_FDRM extends LUDecompositionBase_FDRM
An LU decomposition algorithm that originally came from Jama. In general this is faster than what is in NR since it creates a cache of a column, which makes a big difference in larger matrices.
| Constructor and Description |
|---|
LUDecompositionAlt_FDRM() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
decompose(org.ejml.data.FMatrixRMaj a)
This is a modified version of what was found in the JAMA package.
|
_getVV, _solveVectorInternal, computeDeterminant, decomposeCommonInit, getIndx, getLower, getLU, getPivot, getRowPivot, getRowPivotV, getUpper, inputModified, isSingular, quality, setExpectedMaxSizepublic boolean decompose(org.ejml.data.FMatrixRMaj a)
a - The matrix that is to be decomposed. Not modified.