*** empty log message ***

This commit is contained in:
jiri
2004-03-17 03:07:21 +00:00
commit d7b55e9846
18 changed files with 5955 additions and 0 deletions

9
la.h Normal file
View File

@@ -0,0 +1,9 @@
#ifndef _LA_H_
#define _LA_H_
#include "vec.h"
#include "smat.h"
#include "mat.h"
#include "nonclass.h"
#endif /* _LA_H_ */