Go to the source code of this file.
Defines | |
#define | octave_ls_mat4_h 1 |
Functions | |
oct_mach_info::float_format | mopt_digit_to_float_format (int mach) |
int | float_format_to_mopt_digit (oct_mach_info::float_format flt_fmt) |
int | read_mat_file_header (std::istream &is, bool &swap, int32_t &mopt, int32_t &nr, int32_t &nc, int32_t &imag, int32_t &len, int quiet=0) |
std::string | read_mat_binary_data (std::istream &is, const std::string &filename, octave_value &tc) |
bool | save_mat_binary_data (std::ostream &os, const octave_value &tc, const std::string &name) |
#define octave_ls_mat4_h 1 |
int float_format_to_mopt_digit | ( | oct_mach_info::float_format | flt_fmt | ) |
oct_mach_info::float_format mopt_digit_to_float_format | ( | int | mach | ) |
std::string read_mat_binary_data | ( | std::istream & | is, | |
const std::string & | filename, | |||
octave_value & | tc | |||
) |
int read_mat_file_header | ( | std::istream & | is, | |
bool & | swap, | |||
int32_t & | mopt, | |||
int32_t & | nr, | |||
int32_t & | nc, | |||
int32_t & | imag, | |||
int32_t & | len, | |||
int | quiet = 0 | |||
) |
bool save_mat_binary_data | ( | std::ostream & | os, | |
const octave_value & | tc, | |||
const std::string & | name | |||
) |