9 Eigen::MatrixXf
m(2,2);
16 float max = m.maxCoeff(&maxRow, &maxCol);
20 float min = m.minCoeff(&minRow, &minCol);
22 cout <<
"Max: " << max <<
", at: " <<
23 maxRow <<
"," << maxCol << endl;
24 cout <<
"Min: " << min <<
", at: " <<
25 minRow <<
"," << minCol << endl;
Namespace containing all symbols from the Eigen library.
EIGEN_DEFAULT_DENSE_INDEX_TYPE Index
The Index type as used for the API.