Interface MatrixDecomposition.Hermitian<N extends java.lang.Comparable<N>>

    • Method Detail

      • checkAndDecompose

        default boolean checkAndDecompose​(MatrixStore<N> matrix)
        Absolutely must check if the matrix is hermitian or not. Then, depending on the result different paths can be chosen - compute or not / choose different algorithms...
        Parameters:
        matrix - A matrix to check and then (maybe) decompose
        Returns:
        true if the hermitian check passed and decomposition succeeded; false if not