Function matrix_make_lower (o2scl)

O2scl : Function List

template<class mat_t>
void o2scl::matrix_make_lower(mat_t &src)

Make a matrix lower triangular by setting the upper triangular entries to zero.

template<class mat_t>
void o2scl::matrix_make_lower(size_t m, size_t n, mat_t &src)

Make the first m rows and n columns of a matrix lower triangular by setting the upper triangular entries to zero.