~knarkles/pyeigen/trunk

« back to all changes in this revision

Viewing changes to include/pyeigen.h

  • Committer: Jussi Lepistö
  • Date: 2010-05-15 20:09:03 UTC
  • Revision ID: jussi.lepisto@iki.fi-20100515200903-104h5fzi0v4fnee3
Completely restructure the code, moving header files to the include directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef PYEIGEN_H
 
2
#define PYEIGEN_H
 
3
 
 
4
#include <Python.h>
 
5
 
 
6
#include "config.h"
 
7
#include "macros.h"
 
8
 
 
9
#include <Eigen/Array>
 
10
#include <Eigen/Core>
 
11
#include <Eigen/Geometry>
 
12
#include <Eigen/LU>
 
13
 
 
14
#endif