Package | Description |
---|---|
org.la4j |
Modifier and Type | Field and Description |
---|---|
static LinearAlgebra.DecompositorFactory |
LinearAlgebra.CHOLESKY
Reference to Cholesky decompositor factory.
|
static LinearAlgebra.DecompositorFactory |
LinearAlgebra.EIGEN
Reference to Eigen decompositor factory.
|
static LinearAlgebra.DecompositorFactory |
LinearAlgebra.LU
Reference to LU decompositor factory.
|
static LinearAlgebra.DecompositorFactory |
LinearAlgebra.QR
Reference to QR decompositor factory.
|
static LinearAlgebra.DecompositorFactory |
LinearAlgebra.RAW_LU
Reference to Raw LU decompositor factory.
|
static LinearAlgebra.DecompositorFactory |
LinearAlgebra.RAW_QR
Reference to Raw QR decompositor factory.
|
static LinearAlgebra.DecompositorFactory |
LinearAlgebra.SVD
Reference to SVD decompositor factory.
|
Modifier and Type | Method and Description |
---|---|
static LinearAlgebra.DecompositorFactory |
LinearAlgebra.DecompositorFactory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LinearAlgebra.DecompositorFactory[] |
LinearAlgebra.DecompositorFactory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MatrixDecompositor |
Matrix.withDecompositor(LinearAlgebra.DecompositorFactory factory)
Creates a new decompositor by given
factory of this matrix. |
Copyright © 2015. All rights reserved.