source: git/gfanlib/gfanlib.h @ fbaeb5

spielwiese
Last change on this file since fbaeb5 was 5cea7a, checked in by Yue <ren@…>, 8 years ago
chg: new gfanlib version 0.6
  • Property mode set to 100644
File size: 370 bytes
Line 
1/*
2 * gfanlib.h
3 *
4 *  Created on: Sep 28, 2010
5 *      Author: anders
6 */
7
8#ifndef GFANLIB_H_
9#define GFANLIB_H_
10
11#include "gfanlib_z.h"
12#include "gfanlib_vector.h"
13#include "gfanlib_matrix.h"
14#include "gfanlib_zcone.h"
15#include "gfanlib_symmetry.h"
16#include "gfanlib_polyhedralfan.h"
17#include "gfanlib_zfan.h"
18#include "gfanlib_mixedvolume.h"
19
20#endif /* GFANLIB_H_ */
Note: See TracBrowser for help on using the repository browser.