LA_library/la.h
2005-02-18 22:08:15 +00:00

12 lines
185 B
C

#ifndef _LA_H_
#define _LA_H_
//this should be the single include file for the end user
#include "vec.h"
#include "smat.h"
#include "mat.h"
#include "nonclass.h"
#endif /* _LA_H_ */