public class CholeskyDecompositionBlock64 extends BaseDecompositionBlock64 implements CholeskyDecomposition<DenseMatrix64F>
BlockCholeskyOuterForm that allows
it to process DenseMatrix64F.Ablock, alg, blockLength, tmp| Constructor and Description |
|---|
CholeskyDecompositionBlock64(boolean lower) |
| Modifier and Type | Method and Description |
|---|---|
DenseMatrix64F |
getT(DenseMatrix64F T)
Returns the triangular matrix from the decomposition.
|
boolean |
isLower()
If true the decomposition was for a lower triangular matrix.
|
convertBlockToRow, decompose, inputModifiedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdecompose, inputModifiedpublic boolean isLower()
CholeskyDecompositionisLower in interface CholeskyDecomposition<DenseMatrix64F>public DenseMatrix64F getT(DenseMatrix64F T)
CholeskyDecompositionReturns the triangular matrix from the decomposition.
If an input is provided that matrix is used to write the results to. Otherwise a new matrix is created and the results written to it.
getT in interface CholeskyDecomposition<DenseMatrix64F>T - If not null then the decomposed matrix is written here.Copyright © 2013. All Rights Reserved.