#include "octave-config.h"
#include <iosfwd>
#include <string>
Go to the source code of this file.
Functions | |
OCTINTERP_API bool | looks_like_mat_ascii_file (std::istream &is, const std::string &filename) |
OCTINTERP_API std::string | read_mat_ascii_data (std::istream &is, const std::string &filename, octave_value &tc) |
OCTINTERP_API bool | save_mat_ascii_data (std::ostream &os, const octave_value &val_arg, int precision, bool tabs=false) |
OCTINTERP_API bool looks_like_mat_ascii_file | ( | std::istream & | is, |
const std::string & | filename | ||
) |
Definition at line 400 of file ls-mat-ascii.cc.
References get_lines_and_columns().
Referenced by load_save_system::get_file_format().
OCTINTERP_API std::string read_mat_ascii_data | ( | std::istream & | is, |
const std::string & | filename, | ||
octave_value & | tc | ||
) |
Definition at line 230 of file ls-mat-ascii.cc.
References d, Array< T, Alloc >::elem(), error(), get_lines_and_columns(), get_mat_data_input_line(), iskeyword(), len, and valid_identifier().
Referenced by load_save_system::load_vars().
OCTINTERP_API bool save_mat_ascii_data | ( | std::ostream & | os, |
const octave_value & | val_arg, | ||
int | precision, | ||
bool | tabs = false |
||
) |
Definition at line 337 of file ls-mat-ascii.cc.
References __get_interpreter__(), octave_value::iscomplex(), m, octave_value::matrix_value(), octave_value::ndims(), and warning().
Referenced by load_save_system::do_save().