Interface CholeskyDecomposition_F64<MatrixType extends Matrix>

All Superinterfaces:
CholeskyDecomposition<MatrixType>, DecompositionInterface<MatrixType>

public interface CholeskyDecomposition_F64<MatrixType extends Matrix> extends CholeskyDecomposition<MatrixType>

Implementation of CholeskyDecomposition for 64-bit floats.

  • Method Details

    • computeDeterminant

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