Interface CholeskyLDLDecomposition_F32<MatrixType extends Matrix>

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

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

Implementation of CholeskyDecomposition for 32-bit floats.

  • Method Details

    • getDiagonal

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