Classes | Public Member Functions | List of all members
MatFile< T > Class Template Reference

Simple class for writing binary data file that are compatible with Matlab. More...

#include <acado_mat_file.hpp>

Classes

struct  Fmatrix
 

Public Member Functions

void write (std::ostream &stream, const GenericMatrix< T > &mat, const char *name)
 
void write (std::ostream &stream, const GenericVector< T > &vec, const char *name)
 

Detailed Description

template<typename T>
class MatFile< T >

Simple class for writing binary data file that are compatible with Matlab.

Simple class for writing binary data file that are compatible with Matlab.

\author Carlo Savorgnan, Hans Joachim Ferreau, Boris Houska, Milan Vukov

Definition at line 47 of file acado_mat_file.hpp.

Member Function Documentation

template<typename T >
BEGIN_NAMESPACE_ACADO void MatFile< T >::write ( std::ostream &  stream,
const GenericMatrix< T > &  mat,
const char *  name 
)

Definition at line 38 of file acado_mat_file.cpp.

template<typename T >
void MatFile< T >::write ( std::ostream &  stream,
const GenericVector< T > &  vec,
const char *  name 
)

Definition at line 69 of file acado_mat_file.cpp.


The documentation for this class was generated from the following files:


acado
Author(s): Milan Vukov, Rien Quirynen
autogenerated on Mon Jun 10 2019 12:35:25