#include "main.h"
Go to the source code of this file.
Macros | |
#define | EIGEN_SCALAR_BINARY_OP_PLUGIN { g_called |= (!internal::is_same<LhsScalar,RhsScalar>::value); } |
#define | VERIFY_MIX_SCALAR(XPR, REF) |
Functions | |
EIGEN_DECLARE_TEST (mixingtypes) | |
template<int SizeAtCompileType> | |
void | mixingtypes (int size=SizeAtCompileType) |
template<int SizeAtCompileType> | |
void | raise_assertion (Index size=SizeAtCompileType) |
Variables | |
static bool | g_called |
#define EIGEN_SCALAR_BINARY_OP_PLUGIN { g_called |= (!internal::is_same<LhsScalar,RhsScalar>::value); } |
Definition at line 41 of file mixingtypes.cpp.
#define VERIFY_MIX_SCALAR | ( | XPR, | |
REF | |||
) |
Definition at line 47 of file mixingtypes.cpp.
EIGEN_DECLARE_TEST | ( | mixingtypes | ) |
Definition at line 312 of file mixingtypes.cpp.
void mixingtypes | ( | int | size = SizeAtCompileType | ) |
Definition at line 74 of file mixingtypes.cpp.
void raise_assertion | ( | Index | size = SizeAtCompileType | ) |
Definition at line 53 of file mixingtypes.cpp.
|
static |
Definition at line 40 of file mixingtypes.cpp.