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

  /external/eigen/test/eigen2/
eigen2_prec_inverse_4x4.cpp 22 #define EIGEN_DEBUG_VAR(x) std::cerr << #x << " = " << x << std::endl;
68 EIGEN_DEBUG_VAR(error_avg);
69 EIGEN_DEBUG_VAR(error_max);
  /external/eigen/Eigen/src/Core/util/
Macros.h 115 #define EIGEN_DEBUG_VAR(x) std::cerr << #x << " = " << x << std::endl;

Completed in 428 milliseconds