pylimma.is_fullrank

pylimma.is_fullrank(x)[source]

Check whether a matrix has full column rank.

Parameters:

x (ndarray) – Matrix to check.

Returns:

True if x has full column rank.

Return type:

bool