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

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

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

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