MyraMath
Classes | Functions
csvwrite.h File Reference

Routines to save various containers to .csv files. More...

#include <myramath/utility/Number.h>
#include <myramath/MYRAMATH_EXPORT.h>
#include <vector>
#include <fstream>
Include dependency graph for csvwrite.h:

Go to the source code of this file.

Classes

class  myra::CMatrixRange< Number >
 Represents a const MatrixRange. More...
 
class  myra::CVectorRange< Number >
 Represents a const VectorRange. More...
 

Functions

void myra::csvwrite (const CMatrixRange< NumberS > &A, const char *filename)
 Saves a Matrix to a .csv file.
 
void myra::csvwrite (const CMatrixRange< NumberD > &A, const char *filename)
 
void myra::csvwrite (const CVectorRange< NumberS > &x, const char *filename)
 Saves a Vector to a .csv file.
 
void myra::csvwrite (const CVectorRange< NumberD > &x, const char *filename)
 
template<class T >
void myra::csvwrite (const std::vector< T > &v, const char *filename)
 Saves a std::vector to a .csv file.
 

Detailed Description

Routines to save various containers to .csv files.