#include "octave-config.h"
#include "dim-vector.h"
#include "quit.h"
Go to the source code of this file.
|
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) |
|