#include <cfloat>
#include <cstring>
#include <cctype>
#include <fstream>
#include <iomanip>
#include <iostream>
#include <sstream>
#include <string>
#include <vector>
#include "byte-swap.h"
#include "data-conv.h"
#include "file-ops.h"
#include "glob-match.h"
#include "lo-mappers.h"
#include "mach-info.h"
#include "oct-env.h"
#include "oct-time.h"
#include "quit.h"
#include "str-vec.h"
#include "file-stat.h"
#include "oct-locbuf.h"
#include "Cell.h"
#include "defun.h"
#include "error.h"
#include "gripes.h"
#include "load-save.h"
#include "load-path.h"
#include "oct-obj.h"
#include "oct-map.h"
#include "ov-cell.h"
#include "ov-class.h"
#include "ov-fcn-inline.h"
#include "pager.h"
#include "pt-exp.h"
#include "sysdep.h"
#include "toplev.h"
#include "unwind-prot.h"
#include "utils.h"
#include "variables.h"
#include "version.h"
#include "dMatrix.h"
#include "ls-utils.h"
#include "ls-mat5.h"
#include "parse.h"
#include "defaults.h"
#define INT_LEN | ( | nel, | |||
size | ) |
#define OCTAVE_MAT5_INTEGER_READ | ( | TYP | ) |
enum arrayclasstype |
std::string read_mat5_binary_element | ( | std::istream & | is, | |
const std::string & | filename, | |||
bool | swap, | |||
bool & | global, | |||
octave_value & | tc | |||
) |
int read_mat5_binary_file_header | ( | std::istream & | is, | |
bool & | swap, | |||
bool | quiet, | |||
const std::string & | filename | |||
) |
template void read_mat5_integer_data | ( | std::istream & | is, | |
int * | m, | |||
int | count, | |||
bool | swap, | |||
mat5_data_type | type | |||
) |
template void read_mat5_integer_data | ( | std::istream & | is, | |
octave_int8 * | m, | |||
int | count, | |||
bool | swap, | |||
mat5_data_type | type | |||
) |
void read_mat5_integer_data | ( | std::istream & | is, | |
T * | m, | |||
int | count, | |||
bool | swap, | |||
mat5_data_type | type | |||
) | [inline] |
bool save_mat5_binary_element | ( | std::ostream & | os, | |
const octave_value & | tc, | |||
const std::string & | name, | |||
bool | mark_as_global, | |||
bool | mat7_format, | |||
bool | save_as_floats, | |||
bool | compressing | |||
) |
int save_mat5_element_length | ( | const octave_value & | tc, | |
const std::string & | name, | |||
bool | save_as_floats, | |||
bool | mat7_format | |||
) |
template void write_mat5_integer_data | ( | std::ostream & | os, | |
const octave_int8 * | m, | |||
int | size, | |||
int | nel | |||
) |
void write_mat5_integer_data | ( | std::ostream & | os, | |
const T * | m, | |||
int | size, | |||
int | nel | |||
) | [inline] |