kernel_all_vectors

kernel_all_vectors#

ssip.basic_functions.kernel_all_vectors(A: ndarray[Any, dtype[uint8]]) list[list[int]][source]#

Calculates all nonzero vectors in the kernel of a matrix.

Parameters:

A – The matrix.

Returns:

All nonzero vectors in the kernel of A.