fflas-ffpack icon indicating copy to clipboard operation
fflas-ffpack copied to clipboard

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

Open Breush opened this issue 5 years ago • 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.

Breush avatar Sep 06 '18 14:09 Breush