Template Function necsim::findMinCols

Function Documentation

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