Stan Math Library
2.20.0
reverse mode automatic differentiation
stan
math
prim
mat
fun
Eigen.hpp
Go to the documentation of this file.
1
#ifndef STAN_MATH_PRIM_MAT_FUN_EIGEN_HPP
2
#define STAN_MATH_PRIM_MAT_FUN_EIGEN_HPP
3
4
#ifdef EIGEN_MATRIXBASE_PLUGIN
5
#ifndef EIGEN_STAN_MATRIXBASE_PLUGIN
6
#error "Stan uses Eigen's EIGEN_MATRIXBASE_PLUGIN macro. To use your own "
7
"plugin add the eigen_plugin.h file to your plugin."
8
#endif
9
#else
10
#define EIGEN_MATRIXBASE_PLUGIN "stan/math/prim/mat/eigen_plugins.h"
11
#endif
12
13
#include <Eigen/Dense>
14
#include <Eigen/Sparse>
15
#include <Eigen/QR>
16
#include <Eigen/src/Core/NumTraits.h>
17
18
#endif
[
Stan Home Page
]
© 2011–2018, Stan Development Team.