GNU Octave  6.2.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
lo-array-errwarn.cc File Reference
#include <cinttypes>
#include <cmath>
#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 &dv)
 
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 (double n, octave_idx_type nd, octave_idx_type dim, const std::string &var)
 
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_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, const dim_vector &op1_dims, const dim_vector &op2_dims)
 
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::warn_singular_matrix (double rcond)
 

Variables

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