Go to the source code of this file.
Functions | |
save_type | get_save_type (double, double) |
save_type | get_save_type (float, float) |
save_type get_save_type | ( | double | max_val, |
double | min_val | ||
) |
Definition at line 40 of file ls-utils.cc.
References LS_DOUBLE.
Referenced by octave_complex_diag_matrix::save_binary(), octave_complex_matrix::save_binary(), octave_sparse_complex_matrix::save_binary(), octave_float_complex_diag_matrix::save_binary(), octave_float_complex_matrix::save_binary(), octave_float_diag_matrix::save_binary(), octave_float_matrix::save_binary(), octave_diag_matrix::save_binary(), octave_matrix::save_binary(), octave_sparse_matrix::save_binary(), octave_complex_matrix::save_hdf5(), octave_sparse_complex_matrix::save_hdf5(), octave_float_complex_matrix::save_hdf5(), octave_float_matrix::save_hdf5(), octave_matrix::save_hdf5(), and octave_sparse_matrix::save_hdf5().
save_type get_save_type | ( | float | max_val, |
float | min_val | ||
) |
Definition at line 68 of file ls-utils.cc.
References LS_FLOAT.