GEL
2
GEL is a library for Geometry and Linear Algebra
|
00001 00005 #if !defined(LINALGIO_H__HAA_AGUST_2001) 00006 #define LINALGIO_H__HAA_AGUST_2001 00007 00008 #include "Matrix.h" 00009 #include <iostream> 00010 00011 namespace LinAlg 00012 { 00013 00030 void ToMatlab(const CMatrix& M,const std::string& VarName,const std::string& FileName="c:\\test.m",const bool append=true,const std::string& Comment = ""); 00031 void FromMatlab(CMatrix& M,const std::string& VarName,const std::string& FileName="c:\\test.m"); 00033 00034 00035 00036 00037 00038 00039 } 00040 #endif // !defined(LINALGIO_H__HAA_AGUST_2001)