GNU Octave 10.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 
Loading...
Searching...
No Matches
lo-array-errwarn.h File Reference
#include "octave-config.h"
#include "dim-vector.h"
#include "quit.h"

Go to the source code of this file.

Classes

class  index_exception
 

Functions

OCTAVE_NORETURN void err_del_index_out_of_range (bool is1d, octave_idx_type iext, octave_idx_type ext)
 
OCTAVE_NORETURN void err_index_out_of_range (int ndims, int dim, octave_idx_type idx, octave_idx_type ext, const dim_vector &dv)
 
OCTAVE_NORETURN void err_invalid_index (const std::string &idx, octave_idx_type nd=0, octave_idx_type dim=0, const std::string &var="")
 
OCTAVE_NORETURN void err_invalid_index (double n, octave_idx_type nd=0, octave_idx_type dim=0, const std::string &var="")
 
OCTAVE_NORETURN void err_invalid_index (octave_idx_type n, octave_idx_type nd=0, octave_idx_type dim=0, const std::string &var="")
 
OCTAVE_NORETURN void err_invalid_resize ()
 
OCTAVE_NORETURN void err_nan_to_character_conversion ()
 
OCTAVE_NORETURN void err_nan_to_logical_conversion ()
 
OCTAVE_NORETURN void err_nonconformant (const char *op, const dim_vector &op1_dims, const dim_vector &op2_dims)
 
OCTAVE_NORETURN void err_nonconformant (const char *op, octave_idx_type op1_len, octave_idx_type op2_len)
 
OCTAVE_NORETURN void 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 warn_singular_matrix (double rcond=0.0)
 

Function Documentation

◆ err_del_index_out_of_range()

OCTAVE_NORETURN void err_del_index_out_of_range ( bool  is1d,
octave_idx_type  iext,
octave_idx_type  ext 
)
extern

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

◆ err_index_out_of_range()

◆ err_invalid_index() [1/3]

OCTAVE_NORETURN void err_invalid_index ( const std::string &  idx,
octave_idx_type  nd = 0,
octave_idx_type  dim = 0,
const std::string &  var = "" 
)
extern

◆ err_invalid_index() [2/3]

OCTAVE_NORETURN void err_invalid_index ( double  n,
octave_idx_type  nd = 0,
octave_idx_type  dim = 0,
const std::string &  var = "" 
)
extern

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

References err_invalid_index().

◆ err_invalid_index() [3/3]

OCTAVE_NORETURN void err_invalid_index ( octave_idx_type  n,
octave_idx_type  nd = 0,
octave_idx_type  dim = 0,
const std::string &  var = "" 
)
extern

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

References err_invalid_index().

◆ err_invalid_resize()

OCTAVE_NORETURN void err_invalid_resize ( )
extern

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

◆ err_nan_to_character_conversion()

OCTAVE_NORETURN void err_nan_to_character_conversion ( )
extern

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

◆ err_nan_to_logical_conversion()

OCTAVE_NORETURN void err_nan_to_logical_conversion ( )
extern

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

◆ err_nonconformant() [1/3]

OCTAVE_NORETURN void err_nonconformant ( const char *  op,
const dim_vector op1_dims,
const dim_vector op2_dims 
)
extern

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

References dim_vector::str().

◆ err_nonconformant() [2/3]

OCTAVE_NORETURN void err_nonconformant ( const char *  op,
octave_idx_type  op1_len,
octave_idx_type  op2_len 
)
extern

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

◆ err_nonconformant() [3/3]

OCTAVE_NORETURN void 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 
)
extern

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

◆ warn_singular_matrix()

void warn_singular_matrix ( double  rcond = 0.0)
extern

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

Referenced by Finv().