Function matrix_is_lower (o2scl)

O2scl : Function List

template<class mat_t>
bool o2scl::matrix_is_lower(mat_t &src)

Simple test that a matrix is lower triangular.

template<class mat_t>
bool o2scl::matrix_is_lower(size_t m, size_t n, mat_t &src)

Simple test that a matrix is lower triangular for the first m rows and n columns.