LA_library/la.h

14 lines
186 B
C
Raw Normal View History

2004-03-17 04:07:21 +01:00
#ifndef _LA_H_
#define _LA_H_
2004-03-24 17:17:40 +01:00
#ifdef _GLIBCPP_NO_TEMPLATE_EXPORT
# define export
#endif
2004-03-17 04:07:21 +01:00
#include "vec.h"
#include "smat.h"
#include "mat.h"
#include "nonclass.h"
#endif /* _LA_H_ */