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

  /external/eigen/test/
product_notemporary.cpp 18 #define EIGEN_DENSE_STORAGE_CTOR_PLUGIN { on_temporary_creation(size); }
cholesky.cpp 16 #define EIGEN_DENSE_STORAGE_CTOR_PLUGIN { if(size!=0) nb_temporaries++; }
ref.cpp 23 #define EIGEN_DENSE_STORAGE_CTOR_PLUGIN { on_temporary_creation(size); }

Completed in 153 milliseconds