Interface CholeskyDecompositionResult

    • Method Detail

      • getL

        DoubleMatrix getL()
        Returns the $\mathbf{L}$ matrix of the decomposition.

        $\mathbf{L}$ is a lower-triangular matrix.

        Returns:
        the $\mathbf{L}$ matrix
      • getLT

        DoubleMatrix getLT()
        Returns the transpose of the matrix $\mathbf{L}$ of the decomposition.

        $\mathbf{L}^T$ is a upper-triangular matrix.

        Returns:
        the $\mathbf{L}^T$ matrix
      • getDeterminant

        double getDeterminant()
        Return the determinant of the matrix.
        Returns:
        determinant of the matrix