#include "main.h"
Go to the source code of this file.
Namespaces | |
namespace | std |
Defines | |
#define | CHECK_CWISE(REFOP, POP) |
#define | REF_ADD(a, b) ((a)+(b)) |
#define | REF_DIV(a, b) ((a)/(b)) |
#define | REF_MUL(a, b) ((a)*(b)) |
#define | REF_SUB(a, b) ((a)-(b)) |
Functions | |
template<typename Scalar > | |
bool | areApprox (const Scalar *a, const Scalar *b, int size) |
template<> | |
const complex< float > & | std::max (const complex< float > &a, const complex< float > &b) |
template<> | |
const complex< float > & | std::min (const complex< float > &a, const complex< float > &b) |
template<typename Scalar > | |
void | packetmath () |
void | test_eigen2_packetmath () |
#define CHECK_CWISE | ( | REFOP, | |
POP | |||
) |
Definition at line 29 of file eigen2_packetmath.cpp.
void packetmath | ( | ) |
Definition at line 58 of file eigen2_packetmath.cpp.
void test_eigen2_packetmath | ( | ) |
Definition at line 139 of file eigen2_packetmath.cpp.