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

Calculate the index of the minimum for each column of a Matrix.

This function identifies the index of the minimum for each column of a Matrix.

Parameters:
AThe matrix whose minimum indices are of interest.
See also:
minc(const Matrix<T,PO,PS> &A)
maxindc(const Matrix<T,PO,PS> &A)