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

    • Method Detail

      • isOrdered

        boolean isOrdered()
        This is a property of the algorithm/implementation, not the data. Typically relevant for SingularValue, Eigenvalue or any MatrixDecomposition.RankRevealing decomposition.
        Returns:
        true if the rows/columns of the returned matrix factors are guaranteed some specific order; false if there is no such guarantee.