source: git/gfanlib/gfanlib.h @ 6ce030f

spielwiese
Last change on this file since 6ce030f was 74a91c9, checked in by Frank Seelisch <seelisch@…>, 13 years ago
new gfan lib version by Anders Jensen git-svn-id: file:///usr/local/Singular/svn/trunk@13668 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 337 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
19#endif /* GFANLIB_H_ */
Note: See TracBrowser for help on using the repository browser.