Loading...
Searching...
No Matches
cppad.hpp
Go to the documentation of this file.
1/*
2 * Copyright 2021, INRIA
3 */
4
5#ifndef __pycppad_cppad_hpp__
6#define __pycppad_cppad_hpp__
7
8#include "pycppad/fwd.hpp"
9
10namespace pycppad
11{
12
13 template<typename Scalar>
14 void exposeCppADScalar();
15
17}
18
19#endif // #ifndef __pycppad_cppad_hpp__
#define PYCPPAD_DLLAPI
Definition config.hpp:88
Definition ad.hpp:15
void exposeCppADScalar()
Definition cppad-scalar.hpp:17
PYCPPAD_DLLAPI void enablePyCppAD()
Definition cppad.cpp:23