is_lower_triangular

mdcraft.algorithm.utility.is_lower_triangular(matrix: ndarray[float]) bool[source]

Checks if a matrix is lower triangular.

Parameters:
matrixnumpy.ndarray

Matrix to check.

Returns:
is_lower_triangularbool

Whether the matrix is lower triangular.