Package org.la4j.decomposition
Class CholeskyDecompositor
java.lang.Object
org.la4j.decomposition.AbstractDecompositor
org.la4j.decomposition.CholeskyDecompositor
- All Implemented Interfaces:
Serializable,MatrixDecompositor
This class represents Cholesky decomposition of matrices. More details
- See Also:
-
Field Summary
Fields inherited from class org.la4j.decomposition.AbstractDecompositor
matrix -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanapplicableTo(Matrix matrix) Checks whether this decompositor is applicable to given matrix or not.Matrix[]Returns the result of Cholesky decomposition of given matrixMethods inherited from class org.la4j.decomposition.AbstractDecompositor
fail, selfMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.la4j.decomposition.MatrixDecompositor
self
-
Constructor Details
-
CholeskyDecompositor
-
-
Method Details
-
decompose
Returns the result of Cholesky decomposition of given matrixSee http://mathworld.wolfram.com/CholeskyDecomposition.html for more details.
- Specified by:
decomposein interfaceMatrixDecompositor- Returns:
- { L }
-
applicableTo
Description copied from interface:MatrixDecompositorChecks whether this decompositor is applicable to given matrix or not.- Specified by:
applicableToin interfaceMatrixDecompositor- Parameters:
matrix-- Returns:
-