image_basis_calc# ssip.basic_functions.image_basis_calc(A: ndarray[Any, dtype[uint8]]) → list[list[int]][source]# Calculates a basis of the image of a matrix. Parameters: A – The matrix. Returns: A basis of the image of the matrix.