Interface CholeskyLDLDecomposition_F64<MatrixType extends Matrix>

All Superinterfaces:
CholeskyLDLDecomposition<MatrixType>, DecompositionInterface<MatrixType>
All Known Implementing Classes:
CholeskyDecompositionLDL_DDRM

public interface CholeskyLDLDecomposition_F64<MatrixType extends Matrix> extends CholeskyLDLDecomposition<MatrixType>

Implementation of CholeskyDecomposition for 64-bit floats.

  • Method Details

    • getDiagonal

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