Documentation of 'org.ejml.interfaces.decomposition.CholeskyLDLDecomposition' Java class
CholeskyLDLDecomposition
org.ejml.interfaces.decomposition

Interface CholeskyLDLDecomposition<MatrixType extends Matrix>

    • Method Detail

      • getL

        MatrixType getL(MatrixType L)

        Returns the lower 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.

        Parameters:
        L - If not null then the decomposed matrix is written here.
        Returns:
        A lower triangular matrix.
      • getDiagonal

        double[] getDiagonal()
        Returns the elements in the diagonal matrix
        Returns:
        array with diagonal elements. Array might be larger than the number of elements.
      • getD

        MatrixType getD(MatrixType D)

        Returns the diagonal matrixfrom 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.

        Parameters:
        D - If not null it will be used to store the diagonal matrix
        Returns:
        D Square diagonal matrix

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.