HomeSort by relevance Sort by last modified time
    Searched refs:eigen_maxc (Results 1 - 2 of 2) sorted by null

  /external/eigen/test/eigen2/
eigen2_visitor.cpp 46 Scalar eigen_minc, eigen_maxc; local
48 eigen_maxc = m.maxCoeff(&eigen_maxrow,&eigen_maxcol);
54 VERIFY_IS_APPROX(maxc, eigen_maxc);
89 Scalar eigen_minc, eigen_maxc; local
91 eigen_maxc = v.maxCoeff(&eigen_maxidx);
95 VERIFY_IS_APPROX(maxc, eigen_maxc);
  /external/eigen/test/
visitor.cpp 47 Scalar eigen_minc, eigen_maxc; local
49 eigen_maxc = m.maxCoeff(&eigen_maxrow,&eigen_maxcol);
55 VERIFY_IS_APPROX(maxc, eigen_maxc);
91 Scalar eigen_minc, eigen_maxc; local
93 eigen_maxc = v.maxCoeff(&eigen_maxidx);
97 VERIFY_IS_APPROX(maxc, eigen_maxc);

Completed in 8304 milliseconds