Package | Description |
---|---|
org.la4j | |
org.la4j.decomposition |
Modifier and Type | Method and Description |
---|---|
abstract MatrixDecompositor |
LinearAlgebra.DecompositorFactory.create(Matrix matrix) |
MatrixDecompositor |
Matrix.withDecompositor(LinearAlgebra.DecompositorFactory factory)
Creates a new decompositor by given
factory of this matrix. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDecompositor |
class |
CholeskyDecompositor
This class represents Cholesky decomposition of matrices.
|
class |
EigenDecompositor
This class represents Eigen decomposition of matrices.
|
class |
LUDecompositor
This class represents LU decomposition of matrices.
|
class |
QRDecompositor
This class represents QR decomposition of matrices.
|
class |
RawLUDecompositor |
class |
RawQRDecompositor |
class |
SingularValueDecompositor
This class represents singular value decomposition of matrices.
|
Copyright © 2015. All rights reserved.