Template Function necsim::findMinRows

Function Documentation

template<typename T>
const unsigned long necsim::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 matrix
  • matrix2: the second matrix