Package | Description |
---|---|
org.jblas |
Main linear algebra package.
|
Modifier and Type | Method and 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.
|
Copyright © 2015. All rights reserved.