skued.is_basis

skued.is_basis(basis)

Returns true if the set of vectors forms a basis. This is done by checking whether basis vectors are independent via an eigenvalue calculation.

Parameters:

basis (list of array-like, shape (3,)) –

Returns:

out – Whether or not the basis is valid.

Return type:

bool