CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
eigen_plugin.hpp
Go to the documentation of this file.
1 # ifndef CPPAD_EXAMPLE_EIGEN_PLUGIN_HPP
2 # define CPPAD_EXAMPLE_EIGEN_PLUGIN_HPP
3 /* --------------------------------------------------------------------------
4 CppAD: C++ Algorithmic Differentiation: Copyright (C) 2003-17 Bradley M. Bell
5 
6 CppAD is distributed under multiple licenses. This distribution is under
7 the terms of the
8  Eclipse Public License Version 1.0.
9 
10 A copy of this license is included in the COPYING file of this distribution.
11 Please visit http://www.coin-or.org/CppAD/ for information on other licenses.
12 -------------------------------------------------------------------------- */
13 /*$
14 $begin eigen_plugin.hpp$$
15 $spell
16  eigen_plugin.hpp
17  typedef
18 $$
19 
20 $section Source Code for eigen_plugin.hpp$$
21 $srccode%cpp% */
22 // Declaration needed, before eigen-3.3.3, so Eigen vector is a simple vector
23 typedef Scalar value_type;
24 /* %$$
25 $end
26 */
27 # endif
Scalar value_type