26 #if ! defined (octave_ls_mat4_h)
27 #define octave_ls_mat4_h 1
29 #include "octave-config.h"
45 int32_t& nr, int32_t& nc, int32_t&
imag,
46 int32_t&
len,
int quiet = 0);
54 const std::string&
name);
ColumnVector imag(const ComplexColumnVector &a)
octave::mach_info::float_format mopt_digit_to_float_format(int mach)
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)
std::string read_mat_binary_data(std::istream &is, const std::string &filename, octave_value &tc)
int float_format_to_mopt_digit(octave::mach_info::float_format flt_fmt)