#include "main.h"
Go to the source code of this file.
Macros | |
| #define | TEST_ENABLE_TEMPORARY_TRACKING |
Typedefs | |
| typedef NestByValue< MatrixXd > | CpyMatrixXd |
| typedef CwiseBinaryOp< internal::scalar_sum_op< double, double >, const CpyMatrixXd, const CpyMatrixXd > | XprType |
Functions | |
| EIGEN_DECLARE_TEST (nestbyvalue) | |
| XprType | get_xpr_with_temps (const MatrixXd &a) |
| #define TEST_ENABLE_TEMPORARY_TRACKING |
Definition at line 10 of file nestbyvalue.cpp.
| typedef NestByValue<MatrixXd> CpyMatrixXd |
Definition at line 14 of file nestbyvalue.cpp.
| typedef CwiseBinaryOp<internal::scalar_sum_op<double,double>,const CpyMatrixXd,const CpyMatrixXd> XprType |
Definition at line 15 of file nestbyvalue.cpp.
| EIGEN_DECLARE_TEST | ( | nestbyvalue | ) |
Definition at line 24 of file nestbyvalue.cpp.
| XprType get_xpr_with_temps | ( | const MatrixXd & | a | ) |
Definition at line 17 of file nestbyvalue.cpp.