TPCCLIB
Loading...
Searching...
No Matches
tpcbootstrap.h
Go to the documentation of this file.
1
5#ifndef _TPCBOOTSTRAP_H_
6#define _TPCBOOTSTRAP_H_
7/*****************************************************************************/
8
9/*****************************************************************************/
10#include "tpcclibConfig.h"
11/*****************************************************************************/
12#include <stdio.h>
13#include <stdlib.h>
14#include <string.h>
15#include <math.h>
16/*****************************************************************************/
17#include "tpcextensions.h"
18#include "tpcrand.h"
19#include "tpcstatist.h"
20#include "tpcnlopt.h"
21#include "tpclinopt.h"
22/*****************************************************************************/
23
24/*****************************************************************************/
25/* bootstrap */
26void bootstrap();
27/*****************************************************************************/
28
29/*****************************************************************************/
30#endif /* TPCBOOTSTRAP */
void bootstrap()
Definition bootstrap.c:14
Header file for library libtpcextensions.
Header file for libtpclinopt.
Header file for library libtpcnlopt.
Header file for libtpcrand.
Header file for libtpcstatist.