O2scl : Function List

Functions matrix_make_lower

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.