14 lines
186 B
C
14 lines
186 B
C
#ifndef _LA_H_
|
|
#define _LA_H_
|
|
|
|
#ifdef _GLIBCPP_NO_TEMPLATE_EXPORT
|
|
# define export
|
|
#endif
|
|
|
|
#include "vec.h"
|
|
#include "smat.h"
|
|
#include "mat.h"
|
|
#include "nonclass.h"
|
|
|
|
#endif /* _LA_H_ */
|