Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

MatlabFile.h

Go to the documentation of this file.
00001 // Copyright (C) 2002 Johan Hoffman and Anders Logg.
00002 // Licensed under the GNU GPL Version 2.
00003 
00004 #ifndef __MATLAB_FILE_H
00005 #define __MATLAB_FILE_H
00006 
00007 #include <dolfin/constants.h>
00008 #include "MFile.h"
00009 
00010 namespace dolfin {
00011   
00012   class Matrix;
00013   
00014   class MatlabFile : public MFile {
00015   public:
00016     
00017     MatlabFile(const std::string filename);
00018     ~MatlabFile();
00019 
00020     // Input
00021     
00022     // Output
00023 
00024     void operator<< (Matrix& A);
00025         
00026   };
00027   
00028 }
00029 
00030 #endif


Documentation automatically generated with Doxygen on 10 Sep 2004.