Module ojalgo

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

All Superinterfaces:
MatrixDecomposition<N>, Structure1D, Structure2D
All Known Subinterfaces:
Cholesky<N>, Eigenvalue<N>, Eigenvalue.Generalised<N>, Eigenvalue.Spectral<N>, LDL<N>, LDU<N>, LU<N>, MatrixDecomposition.RankRevealing<N>, MatrixDecomposition.Values<N>, QR<N>, SingularValue<N>
All Known Implementing Classes:
SparseQDLDL
Enclosing interface:
MatrixDecomposition<N extends Comparable<N>>

public static interface MatrixDecomposition.Ordered<N extends Comparable<N>> extends MatrixDecomposition<N>
  • Method Details

    • 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.