#include "octave-config.h"
#include "dim-vector.h"
#include "quit.h"
Go to the source code of this file.
|
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) |
|
◆ err_del_index_out_of_range()
◆ err_index_out_of_range()
◆ err_invalid_index() [1/3]
◆ err_invalid_index() [2/3]
◆ err_invalid_index() [3/3]
◆ err_invalid_resize()
OCTAVE_NORETURN void err_invalid_resize |
( |
| ) |
|
|
extern |
◆ err_nan_to_character_conversion()
OCTAVE_NORETURN void err_nan_to_character_conversion |
( |
| ) |
|
|
extern |
◆ err_nan_to_logical_conversion()
OCTAVE_NORETURN void err_nan_to_logical_conversion |
( |
| ) |
|
|
extern |
◆ err_nonconformant() [1/3]
OCTAVE_NORETURN void err_nonconformant |
( |
const char * |
op, |
|
|
const dim_vector & |
op1_dims, |
|
|
const dim_vector & |
op2_dims |
|
) |
| |
|
extern |
◆ err_nonconformant() [2/3]
◆ err_nonconformant() [3/3]
◆ warn_singular_matrix()
void warn_singular_matrix |
( |
double |
rcond = 0.0 | ) |
|
|
extern |