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

Calculate the minimum of each column of a Matrix.

This function identifies the minimum of each column in a matrix.

Parameters:
AThe matrix whose minimae are of interest.
See also:
min(const Matrix<T,PO,PS> &A)
maxc(const Matrix<T,PO,PS> &A)