Scythe-1.0.3
template<typename T , matrix_order PO, matrix_style PS>
T scythe::min ( const Matrix< T, PO, PS > &  A)

Calculate the maximum element in a Matrix.

This function identifies the maximum element in a matrix.

Parameters:
AThe matrix whose maximum element is of interest.
See also:
max(const Matrix<T,PO,PS> &A)
minc(const Matrix<T,PO,PS> &A)

Referenced by copy_recycle(), diag(), pgamma(), scythe::rng< mersenne >::rdirich(), scythe::Matrix< T_type, M_ORDER, M_STYLE >::resize(), scythe::rng< mersenne >::rnchypgeom(), and svd().