LA_library/la.h
2004-03-17 03:07:21 +00:00

10 lines
126 B
C

#ifndef _LA_H_
#define _LA_H_
#include "vec.h"
#include "smat.h"
#include "mat.h"
#include "nonclass.h"
#endif /* _LA_H_ */