Defines | Functions
product_mmtr.cpp File Reference
#include "main.h"
Include dependency graph for product_mmtr.cpp:

Go to the source code of this file.

Defines

#define CHECK_MMTR(DEST, TRI, OP)

Functions

template<typename Scalar >
void mmtr (int size)
void test_product_mmtr ()

Define Documentation

#define CHECK_MMTR (   DEST,
  TRI,
  OP 
)
Value:
{                   \
    ref2 = ref1 = DEST;                               \
    DEST.template triangularView<TRI>() OP;           \
    ref1 OP;                                          \
    ref2.template triangularView<TRI>() = ref1;       \
    VERIFY_IS_APPROX(DEST,ref2);                      \
  }

Definition at line 27 of file product_mmtr.cpp.


Function Documentation

template<typename Scalar >
void mmtr ( int  size)

Definition at line 35 of file product_mmtr.cpp.

Definition at line 71 of file product_mmtr.cpp.



re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:33:46