is_fullrank()
Worked examples
Validation
Check whether a matrix has full column rank.
x (ndarray) – Matrix to check.
True if x has full column rank.
bool