GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
Go to the source code of this file.
Functions | |
void | liboctave_fatal (const char *fmt,...) |
void | liboctave_fatal_with_id (const char *id, const char *fmt,...) |
void | liboctave_warning (const char *fmt,...) |
void | liboctave_warning_with_id (const char *id, const char *fmt,...) |
void | set_liboctave_error_handler (liboctave_error_handler f) |
void | set_liboctave_error_with_id_handler (liboctave_error_with_id_handler f) |
void | set_liboctave_warning_handler (liboctave_warning_handler f) |
void | set_liboctave_warning_with_id_handler (liboctave_warning_with_id_handler f) |
static void | verror (const char *name, const char *fmt, va_list args) |
Definition at line 100 of file lo-error.c.
References verror().
Referenced by set_liboctave_error_handler().
Definition at line 111 of file lo-error.c.
References verror(), and void().
Referenced by set_liboctave_error_with_id_handler().
Definition at line 123 of file lo-error.c.
References verror().
Referenced by set_liboctave_warning_handler().
Definition at line 132 of file lo-error.c.
References verror(), and void().
Referenced by set_liboctave_warning_with_id_handler().
void set_liboctave_error_handler | ( | liboctave_error_handler | f | ) |
Definition at line 64 of file lo-error.c.
References current_liboctave_error_handler, f, and liboctave_fatal().
Referenced by initialize_error_handlers().
void set_liboctave_error_with_id_handler | ( | liboctave_error_with_id_handler | f | ) |
Definition at line 73 of file lo-error.c.
References current_liboctave_error_with_id_handler, f, and liboctave_fatal_with_id().
Referenced by initialize_error_handlers().
void set_liboctave_warning_handler | ( | liboctave_warning_handler | f | ) |
Definition at line 82 of file lo-error.c.
References current_liboctave_warning_handler, f, and liboctave_warning().
Referenced by initialize_error_handlers().
void set_liboctave_warning_with_id_handler | ( | liboctave_warning_with_id_handler | f | ) |
Definition at line 91 of file lo-error.c.
References current_liboctave_warning_with_id_handler, f, and liboctave_warning_with_id().
Referenced by initialize_error_handlers().
Definition at line 53 of file lo-error.c.
Referenced by error(), error_1(), liboctave_fatal(), liboctave_fatal_with_id(), liboctave_warning(), liboctave_warning_with_id(), panic(), pr_where_2(), usage_1(), vmessage(), and vmessage_with_id().
liboctave_error_handler current_liboctave_error_handler = liboctave_fatal |
Definition at line 38 of file lo-error.c.
Referenced by atan2(), base_lu< lu_type >::base_lu(), SparseMatrix::bsolve(), SparseComplexMatrix::bsolve(), Sparse< T >::cat(), chol2inv(), chol2inv_internal(), ComplexMatrix::ComplexMatrix(), ComplexSCHUR::ComplexSCHUR(), Sparse< T >::compute_index(), idx_vector::copy_data(), FloatQR::delete_col(), ComplexQR::delete_col(), FloatComplexQR::delete_col(), QR::delete_col(), FloatQR::delete_row(), ComplexQR::delete_row(), FloatComplexQR::delete_row(), QR::delete_row(), Matrix::diag(), FloatMatrix::diag(), ComplexMatrix::diag(), FloatComplexMatrix::diag(), Sparse< T >::diag(), Array< T >::diag(), SparseMatrix::dinverse(), SparseComplexMatrix::dinverse(), do_bessel(), CHOL::downdate(), FloatCHOL::downdate(), ComplexCHOL::downdate(), FloatComplexCHOL::downdate(), SparseMatrix::dsolve(), SparseComplexMatrix::dsolve(), command_history::error(), command_editor::error(), DiagArray2< T >::extract_diag(), F77_FUNC(), SparseMatrix::factorize(), SparseComplexMatrix::factorize(), FloatComplexMatrix::FloatComplexMatrix(), FloatComplexSCHUR::FloatComplexSCHUR(), FloatSCHUR::FloatSCHUR(), Matrix::fsolve(), FloatMatrix::fsolve(), ComplexMatrix::fsolve(), FloatComplexMatrix::fsolve(), SparseMatrix::fsolve(), SparseComplexMatrix::fsolve(), gammainc(), octave_rand::get_dist_id(), FloatEIG::hermitian_init(), EIG::hermitian_init(), ind2sub(), Sparse< T >::index(), EIG::init(), FloatEIG::init(), ComplexNDArray::insert(), FloatComplexNDArray::insert(), FloatQR::insert_col(), ComplexQR::insert_col(), FloatComplexQR::insert_col(), QR::insert_col(), FloatQR::insert_row(), ComplexQR::insert_row(), FloatComplexQR::insert_row(), QR::insert_row(), CHOL::insert_sym(), FloatCHOL::insert_sym(), ComplexCHOL::insert_sym(), FloatComplexCHOL::insert_sym(), singleton_cleanup_list::instance_ok(), command_editor::instance_ok(), linspace(), Matrix::lssolve(), FloatMatrix::lssolve(), ComplexMatrix::lssolve(), FloatComplexMatrix::lssolve(), Matrix::ltsolve(), FloatMatrix::ltsolve(), SparseMatrix::ltsolve(), SparseComplexMatrix::ltsolve(), ComplexMatrix::ltsolve(), FloatComplexMatrix::ltsolve(), MatrixType::mark_as_permuted(), MatrixType::mark_as_symmetric(), matrix_norm(), ComplexNDArray::matrix_value(), FloatComplexNDArray::matrix_value(), FloatNDArray::matrix_value(), NDArray::matrix_value(), max(), min(), oct_md5_file(), octave_base64_encode(), octave_getcwd(), octave_putenv(), Array< T >::permute(), SCHUR::SCHUR(), CHOL::set(), FloatCHOL::set(), ComplexCHOL::set(), FloatComplexCHOL::set(), LSODE_options::set_integration_method(), set_liboctave_error_handler(), Sparse< T >::Sparse(), oct_data_conv::string_to_data_type(), oct_mach_info::string_to_float_format(), sub2ind(), FloatEIG::symmetric_init(), EIG::symmetric_init(), SparseMatrix::tinverse(), SparseComplexMatrix::tinverse(), SparseMatrix::trisolve(), SparseComplexMatrix::trisolve(), FloatQR::update(), ComplexQR::update(), LU::update(), FloatComplexQR::update(), FloatLU::update(), ComplexLU::update(), QR::update(), FloatComplexLU::update(), CHOL::update(), FloatCHOL::update(), ComplexCHOL::update(), FloatComplexCHOL::update(), LU::update_piv(), FloatLU::update_piv(), ComplexLU::update_piv(), FloatComplexLU::update_piv(), Matrix::utsolve(), FloatMatrix::utsolve(), SparseMatrix::utsolve(), SparseComplexMatrix::utsolve(), ComplexMatrix::utsolve(), and FloatComplexMatrix::utsolve().
liboctave_error_with_id_handler current_liboctave_error_with_id_handler = liboctave_fatal_with_id |
Definition at line 42 of file lo-error.c.
Referenced by set_liboctave_error_with_id_handler().
liboctave_warning_handler current_liboctave_warning_handler = liboctave_warning |
Definition at line 46 of file lo-error.c.
Referenced by MatrixType::MatrixType(), and set_liboctave_warning_handler().
liboctave_warning_with_id_handler current_liboctave_warning_with_id_handler = liboctave_warning_with_id |
Definition at line 50 of file lo-error.c.
Referenced by set_liboctave_warning_with_id_handler().