LA_library/la.h

12 lines
185 B
C
Raw Normal View History

2004-03-17 04:07:21 +01:00
#ifndef _LA_H_
#define _LA_H_
2005-02-18 23:08:15 +01:00
//this should be the single include file for the end user
2004-03-24 17:17:40 +01:00
2004-03-17 04:07:21 +01:00
#include "vec.h"
#include "smat.h"
#include "mat.h"
#include "nonclass.h"
#endif /* _LA_H_ */