Enable use of evaluators for noalias and lazyProduct, add conversion to scalar for inner products

This commit is contained in:
Gael Guennebaud
2013-12-03 17:17:53 +01:00
parent f0b82c3ab9
commit 6c5e915e9a
10 changed files with 103 additions and 22 deletions

View File

@@ -66,6 +66,8 @@ namespace Eigen
static bool g_has_set_repeat, g_has_set_seed;
}
#define TRACK std::cerr << __FILE__ << " " << __LINE__ << std::endl
#define EI_PP_MAKE_STRING2(S) #S
#define EI_PP_MAKE_STRING(S) EI_PP_MAKE_STRING2(S)