|
GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <iostream>#include "lo-ieee.h"#include "lo-utils.h"#include "defun.h"#include "variables.h"#include "gripes.h"#include "mxarray.h"#include "ops.h"#include "oct-obj.h"#include "oct-hdf5.h"#include "ov-range.h"#include "ov-re-mat.h"#include "ov-scalar.h"#include "pr-output.h"#include "byte-swap.h"#include "ls-ascii-helper.h"#include "ls-hdf5.h"#include "ls-utils.h"
Go to the source code of this file.
Functions | |
| static octave_base_value * | default_numeric_conversion_function (const octave_base_value &a) |
| OCTAVE_EXPORT octave_value_list | Fallow_noninteger_range_as_index (const octave_value_list &args, int nargout) |
| static hid_t | hdf5_make_range_type (hid_t num_type) |
| static void | skip_comments (std::istream &is) |
Variables | |
| static bool | Vallow_noninteger_range_as_index = true |
|
static |
Definition at line 56 of file ov-range.cc.
References CAST_CONV_ARG.
Referenced by octave_range::numeric_conversion_function().
| OCTAVE_EXPORT octave_value_list Fallow_noninteger_range_as_index | ( | const octave_value_list & | args, |
| int | nargout | ||
| ) |
Definition at line 715 of file ov-range.cc.
References SET_INTERNAL_VARIABLE, and warning_with_id().
|
static |
Definition at line 536 of file ov-range.cc.
Referenced by octave_range::load_hdf5(), and octave_range::save_hdf5().
|
static |
Definition at line 416 of file ov-range.cc.
References skip_until_newline().
Referenced by octave_range::load_ascii().
|
static |
Definition at line 50 of file ov-range.cc.
Referenced by octave_range::index_vector().
1.8.8