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) |
Simple class for writing binary data file that are compatible with Matlab.
Simple class for writing binary data file that are compatible with Matlab.
Definition at line 47 of file acado_mat_file.hpp.
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.
void MatFile< T >::write | ( | std::ostream & | stream, |
const GenericVector< T > & | vec, | ||
const char * | name | ||
) |
Definition at line 69 of file acado_mat_file.cpp.