Module ojalgo

Interface Provider2D.Rank

All Superinterfaces:
Provider2D
All Known Subinterfaces:
Cholesky<N>, Eigenvalue.Spectral<N>, LDL<N>, LDU<N>, LU<N>, MatrixDecomposition.RankRevealing<N>, QR<N>, SingularValue<N>
All Known Implementing Classes:
BasicMatrix, MatrixC128, MatrixH256, MatrixQ128, MatrixR032, MatrixR064, MatrixR128, SparseQDLDL
Enclosing interface:
Provider2D
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface Provider2D.Rank extends Provider2D
  • Method Details

    • getRank

      int getRank()