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

Interface CholeskyDecomposition<MatrixType extends Matrix>

    • Method Detail

      • isLower

        boolean isLower()
        If true the decomposition was for a lower triangular matrix. If false it was for an upper triangular matrix.
        Returns:
        True if lower, false if upper.
      • getT

        MatrixType getT(MatrixType T)

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

        Parameters:
        T - If not null then the decomposed matrix is written here.
        Returns:
        A lower or upper triangular matrix.
      • computeDeterminant

        Complex64F computeDeterminant()
        Computes the matrix's determinant using the decomposition.
        Returns:
        The determinant.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.