| Package | Description |
|---|---|
| org.ejml.alg.dense.decomposition.lu | |
| org.ejml.alg.dense.linsol.lu |
| Modifier and Type | Class and Description |
|---|---|
class |
LUDecompositionAlt
An LU decomposition algorithm that originally came from Jama.
|
| Modifier and Type | Field and Description |
|---|---|
protected LUDecompositionBase |
LinearSolverLuBase.decomp |
| Constructor and Description |
|---|
LinearSolverLu(LUDecompositionBase decomp) |
LinearSolverLu(LUDecompositionBase decomp,
boolean doImprove) |
LinearSolverLuBase(LUDecompositionBase decomp) |
LinearSolverLuKJI(LUDecompositionBase decomp) |
Copyright © 2013. All Rights Reserved.