Interface LUDecomposition_F32<T extends Matrix>

    • Method Detail

      • computeDeterminant

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