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

Go to the source code of this file.

Defines

#define EIGEN_DENSE_STORAGE_CTOR_PLUGIN   { on_temporary_creation(size); }
#define VERIFY_EVALUATION_COUNT(XPR, N)

Functions

void on_temporary_creation (int size)
template<typename MatrixType >
void product_notemporary (const MatrixType &m)
void test_product_notemporary ()

Variables

static int nb_temporaries

Define Documentation

Definition at line 33 of file product_notemporary.cpp.

#define VERIFY_EVALUATION_COUNT (   XPR,
 
)
Value:
{\
    nb_temporaries = 0; \
    XPR; \
    if(nb_temporaries!=N) std::cerr << "nb_temporaries == " << nb_temporaries << "\n"; \
    VERIFY( (#XPR) && nb_temporaries==N ); \
  }

Definition at line 37 of file product_notemporary.cpp.


Function Documentation

void on_temporary_creation ( int  size)

Definition at line 27 of file product_notemporary.cpp.

template<typename MatrixType >
void product_notemporary ( const MatrixType m)

Definition at line 44 of file product_notemporary.cpp.

Definition at line 140 of file product_notemporary.cpp.


Variable Documentation

int nb_temporaries [static]

Definition at line 25 of file product_notemporary.cpp.



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