GEL  2
GEL is a library for Geometry and Linear Algebra
Namespaces
/Users/jab/Documents/Teaching/02585/GEL2_and_demos/GEL/src/LinAlg/LinAlgIO.h File Reference

I/O functions for the LinAlg types. More...

#include "Matrix.h"
#include <iostream>

Go to the source code of this file.

Namespaces

namespace  LinAlg
 

The Linear Algebra Implementation/Module/Package.


Functions

I/O from MatLab

Reads or writes the type to or from a m-file with a somwhat strict format. MatLab can 'load' the matrix by running the m-file in question, and write to the format via the 'LinAlg.m' function.

Since MatLab uses double as the working percision, this is the only value of T where this interface to MatLab works. For other types, this functionality is good for loading, saving and debuging.

Todo:

write the LinAlg.m fuction.

make a template overloading, of these functions.

Author:
Henrik Aans
Version:
Aug 2001
void LinAlg::FromMatlab (CMatrix &A, const std::string &VarName, const std::string &FileName)

Detailed Description

I/O functions for the LinAlg types.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations