| Package | Description |
|---|---|
| org.ejml.alg.dense.decomposition.lu | |
| org.ejml.factory |
| Modifier and Type | Class and Description |
|---|---|
class |
LUDecompositionAlt
An LU decomposition algorithm that originally came from Jama.
|
class |
LUDecompositionBase
Contains common data structures and operations for LU decomposition algorithms.
|
| Modifier and Type | Method and Description |
|---|---|
static LUDecomposition<DenseMatrix64F> |
DecompositionFactory.lu(int numRows,
int numCol)
Returns a
LUDecomposition that has been optimized for the specified matrix size. |
Copyright © 2013. All Rights Reserved.