GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
lo-array-errwarn.h File Reference
#include "octave-config.h"
#include "dim-vector.h"
#include "quit.h"
Include dependency graph for lo-array-errwarn.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  octave::index_exception
 

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)