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_ */
|