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

Calculate the index of the minimum element in a Matrix.

This function identifies the index of the minimum element in a matrix.

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