GNU Octave  3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions | Variables
dlmread.cc File Reference
#include <cctype>
#include <fstream>
#include <limits>
#include "file-ops.h"
#include "lo-ieee.h"
#include "defun.h"
#include "oct-stream.h"
#include "error.h"
#include "oct-obj.h"
#include "utils.h"
Include dependency graph for dlmread.cc:

Go to the source code of this file.

Functions

OCTAVE_EXPORT octave_value_list Fdlmread (const octave_value_list &args, int)
static bool parse_range_spec (const octave_value &range_spec, octave_idx_type &rlo, octave_idx_type &clo, octave_idx_type &rup, octave_idx_type &cup)
static bool read_cell_spec (std::istream &is, octave_idx_type &row, octave_idx_type &col)

Variables

static const octave_idx_type idx_max

Function Documentation

OCTAVE_EXPORT octave_value_list Fdlmread ( const octave_value_list args,
int   
)
static bool parse_range_spec ( const octave_value range_spec,
octave_idx_type rlo,
octave_idx_type clo,
octave_idx_type rup,
octave_idx_type cup 
)
static
static bool read_cell_spec ( std::istream &  is,
octave_idx_type row,
octave_idx_type col 
)
static

Definition at line 48 of file dlmread.cc.

References Matrix::row(), and stat().

Referenced by parse_range_spec().

Variable Documentation

const octave_idx_type idx_max
static
Initial value:

Definition at line 44 of file dlmread.cc.

Referenced by dim_vector::safe_numel().