Home | History | Annotate | Download | only in test

Lines Matching full:rank

52   Index rank = internal::random<Index>(1, (std::min)(rows, cols)-1);
59 createRandomPIMatrixOfRank(rank, rows, cols, m1);
63 // The special value 0.01 below works well in tests. Keep in mind that we're only computing the rank
81 VERIFY(rank == lu.rank());
82 VERIFY(cols - lu.rank() == lu.dimensionOfKernel());
87 VERIFY(m1image.fullPivLu().rank() == rank);
118 VERIFY(size == lu.rank());
159 VERIFY_RAISES_ASSERT(lu.rank())