LA_library/la.h

10 lines
126 B
C
Raw Normal View History

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