compose_to_zero

compose_to_zero#

ssip.basic_functions.compose_to_zero(A: ndarray[Any, dtype[uint8]], B: ndarray[Any, dtype[uint8]]) bool[source]#

Check whether two matrices multiply to give zero.

Parameters:
  • A – First matrix.

  • B – Second matrix.

Returns:

True if AB = 0, False otherwise.