Cantera  2.4.0
eigen_dense.h
1 #include "cantera/base/ct_defs.h"
2 #if CT_USE_SYSTEM_EIGEN
3 #include <Eigen/Dense>
4 #else
5 #include "cantera/ext/Eigen/Dense"
6 #endif
7 
8 namespace Cantera {
9  typedef Eigen::Map<Eigen::MatrixXd> MappedMatrix;
10  typedef Eigen::Map<Eigen::VectorXd> MappedVector;
11  typedef Eigen::Map<const Eigen::VectorXd> ConstMappedVector;
12 }
This file contains definitions of terms that are used in internal routines and are unlikely to need m...
Namespace for the Cantera kernel.
Definition: AnyMap.cpp:8