Function matrix_max_value (o2scl)

O2scl : Function List

template<class mat_t, class data_t>
data_t o2scl::matrix_max_value(size_t m, const size_t n, const mat_t &data)

Compute the maximum of the lower-left part of a matrix.

template<class mat_t, class data_t>
data_t o2scl::matrix_max_value(const mat_t &data)

Compute the maximum of a matrix.