kernel_basis_calc

kernel_basis_calc#

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

Calculates a basis of the kernel of a matrix.

Parameters:

A – The matrix.

Returns:

A basis of the kernel of the matrix.