linbox-team/fflas-ffpack

Checking full-rank with early abort for non-square matrices

Opened this issue · 0 comments

FFPACK::IsSingular returns true for non-square matrices, whatever happens.

But if you want to check is a non-square matrix is full-rank, there is currently no early abort functions, you have to compute the rank.

There might be a way to make some useful function here.