CppADCodeGen 2.4.3
A C++ Algorithmic Differentiation Package with Source Code Generation
Loading...
Searching...
No Matches
latex.hpp
1#ifndef CPPAD_CG_LATEX_INCLUDED
2#define CPPAD_CG_LATEX_INCLUDED
3/* --------------------------------------------------------------------------
4 * CppADCodeGen: C++ Algorithmic Differentiation with Source Code Generation:
5 * Copyright (C) 2014 Ciengis
6 *
7 * CppADCodeGen is distributed under multiple licenses:
8 *
9 * - Eclipse Public License Version 1.0 (EPL1), and
10 * - GNU General Public License Version 3 (GPL3).
11 *
12 * EPL1 terms and conditions can be found in the file "epl-v10.txt", while
13 * terms and conditions for the GPL3 can be found in the file "gpl3.txt".
14 * ----------------------------------------------------------------------------
15 * Author: Joao Leal
16 */
17
18// ---------------------------------------------------------------------------
19// latex source code generation
20#include <cppad/cg/lang/latex/language_latex.hpp>
21#include <cppad/cg/lang/latex/language_latex_arrays.hpp>
22#include <cppad/cg/lang/latex/language_latex_index_patterns.hpp>
23#include <cppad/cg/lang/latex/lang_latex_default_var_name_gen.hpp>
24//#include <cppad/cg/lang/latex/lang_latex_default_hessian_var_name_gen.hpp>
25//#include <cppad/cg/lang/latex/lang_latex_default_reverse2_var_name_gen.hpp>
26#include <cppad/cg/lang/latex/lang_latex_custom_var_name_gen.hpp>
27
28#endif