*** empty log message ***

This commit is contained in:
jiri
2009-11-12 21:01:19 +00:00
parent f44662bdab
commit 7f7c4aa553
33 changed files with 457 additions and 309 deletions

View File

@@ -17,6 +17,7 @@
*/
#ifndef _AUXSTORAGE_H_
#define _AUXSTORAGE_H_
#include "vec.h"
#include "mat.h"
#include "smat.h"
@@ -27,6 +28,8 @@
#include <fcntl.h>
#include <unistd.h>
namespace LA {
//CAUTION:
//it will not work if T is itself a class with dynamically allocated components
//it cannot be implemented for SparseMat, which lacks fixed record length
@@ -136,6 +139,6 @@ if(0>write(fd,&x(0,0),recl)) {perror(""); laerror("write failed in AuxStorage");
}
}//namespace
#endif