TMB Documentation
v1.9.11
TMB
inst
include
TMBad
compile.hpp
1
#ifndef _WIN32
2
#ifndef HAVE_COMPILE_HPP
3
#define HAVE_COMPILE_HPP
4
// Autogenerated - do not edit by hand !
5
#include <dlfcn.h>
6
#include <stdlib.h>
7
#include "code_generator.hpp"
8
#include "global.hpp"
9
10
namespace
TMBad
{
11
12
void
compile(global &glob, code_config cfg = code_config());
13
}
14
#endif // HAVE_COMPILE_HPP
15
#endif
TMBad
Automatic differentiation library designed for TMB.
Definition:
TMB.hpp:157
License:
GPL v2