GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
lo-array-errwarn.cc File Reference
#include <sstream>
#include "lo-array-errwarn.h"
#include "lo-error.h"
Include dependency graph for lo-array-errwarn.cc:

Go to the source code of this file.

Classes

class  octave::invalid_index
 
class  octave::out_of_range
 

Namespaces

 octave
 

Functions

void octave::err_del_index_out_of_range (bool is1d, octave_idx_type idx, octave_idx_type ext)
 
void octave::err_index_out_of_range (int nd, int dim, octave_idx_type idx, octave_idx_type ext)
 
void octave::err_index_out_of_range (int nd, int dim, octave_idx_type idx, octave_idx_type ext, const dim_vector &d)
 
void octave::err_invalid_index (const std::string &idx, octave_idx_type nd, octave_idx_type dim, const std::string &)
 
void octave::err_invalid_index (octave_idx_type n, octave_idx_type nd, octave_idx_type dim, const std::string &var)
 
void octave::err_invalid_index (double n, octave_idx_type nd, octave_idx_type dim, const std::string &var)
 
void octave::err_invalid_resize (void)
 
void octave::err_nan_to_character_conversion (void)
 
void octave::err_nan_to_logical_conversion (void)
 
void octave::err_nonconformant (const char *op, octave_idx_type op1_len, octave_idx_type op2_len)
 
void octave::err_nonconformant (const char *op, octave_idx_type op1_nr, octave_idx_type op1_nc, octave_idx_type op2_nr, octave_idx_type op2_nc)
 
void octave::err_nonconformant (const char *op, const dim_vector &op1_dims, const dim_vector &op2_dims)
 
void octave::warn_singular_matrix (double rcond)
 

Variables

static const char * error_id_index_out_of_bounds = "Octave:index-out-of-bounds"
 
static const char * error_id_invalid_index = "Octave:invalid-index"
 
static const char * error_id_nonconformant_args = "Octave:nonconformant-args"
 
static const char * warning_id_nearly_singular_matrix
 
static const char * warning_id_singular_matrix = "Octave:singular-matrix"
 

Variable Documentation

◆ error_id_index_out_of_bounds

const char* error_id_index_out_of_bounds = "Octave:index-out-of-bounds"
static

◆ error_id_invalid_index

const char* error_id_invalid_index = "Octave:invalid-index"
static

Definition at line 37 of file lo-array-errwarn.cc.

Referenced by octave::invalid_index::err_id().

◆ error_id_nonconformant_args

const char* error_id_nonconformant_args = "Octave:nonconformant-args"
static

Definition at line 33 of file lo-array-errwarn.cc.

Referenced by octave::err_nonconformant().

◆ warning_id_nearly_singular_matrix

const char* warning_id_nearly_singular_matrix
static
Initial value:
=
"Octave:nearly-singular-matrix"

Definition at line 39 of file lo-array-errwarn.cc.

Referenced by octave::warn_singular_matrix().

◆ warning_id_singular_matrix

const char* warning_id_singular_matrix = "Octave:singular-matrix"
static

Definition at line 42 of file lo-array-errwarn.cc.

Referenced by octave::warn_singular_matrix().