Template Function necsim::findMinRows¶
- Defined in File Matrix.h
Function Documentation¶
-
template<typename
T>
const unsigned longnecsim::findMinRows(const Matrix<T> &matrix1, const Matrix<T> &matrix2)¶ Find the minimum rows of the two objects.
- Return
- the minimum number of rows between the two matrices
- Template Parameters
T: The type of the Matrix class
- Parameters
matrix1: the first matrixmatrix2: the second matrix