public class CholeskyDecompositor extends AbstractDecompositor implements MatrixDecompositor
matrix| Constructor and Description |
|---|
CholeskyDecompositor(Matrix matrix) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
applicableTo(Matrix matrix)
Checks whether this decompositor is applicable to given matrix or not.
|
Matrix[] |
decompose()
Returns the result of Cholesky decomposition of given matrix
|
fail, selfclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitselfpublic CholeskyDecompositor(Matrix matrix)
public Matrix[] decompose()
See http://mathworld.wolfram.com/CholeskyDecomposition.html for more details.
decompose in interface MatrixDecompositorpublic boolean applicableTo(Matrix matrix)
MatrixDecompositorapplicableTo in interface MatrixDecompositorCopyright © 2015. All rights reserved.