| Package | Description |
|---|---|
| org.jblas |
Main linear algebra package.
|
| Modifier and Type | Method | Description |
|---|---|---|
static Decompose.LUDecomposition<DoubleMatrix> |
Decompose.lu(DoubleMatrix A) |
Compute LU Decomposition of a general matrix.
|
static Decompose.LUDecomposition<FloatMatrix> |
Decompose.lu(FloatMatrix A) |
Compute LU Decomposition of a general matrix.
|
© 2008-2013 by Mikio L. Braun and contributors