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