#include <iostream>
#include <string>
#include "DASRT.h"
#include "lo-mappers.h"
#include "defun.h"
#include "error.h"
#include "gripes.h"
#include "oct-obj.h"
#include "ov-fcn.h"
#include "ov-cell.h"
#include "pager.h"
#include "parse.h"
#include "unwind-prot.h"
#include "utils.h"
#include "variables.h"
#include "DASRT-opts.cc"
Go to the source code of this file.
Macro Definition Documentation
#define DASRT_ABORT return retval |
#define DASRT_ABORT1 |
( |
|
msg | ) |
|
Value:do \
DASRT_ABORT; \
} \
while (0)
Definition at line 193 of file dasrt.cc.
Referenced by Fdasrt().
#define DASRT_ABORT2 |
( |
|
fmt, |
|
|
|
arg |
|
) |
| |
Value:do \
DASRT_ABORT; \
} \
while (0)
Definition at line 201 of file dasrt.cc.
Referenced by Fdasrt().
Function Documentation
Definition at line 348 of file dasrt.cc.
References octave_value::cell_value(), clear_function(), DASRT_ABORT, DASRT_ABORT1, DASRT_ABORT2, dasrt_opts, dasrt_user_cf(), dasrt_user_f(), dasrt_user_j(), DASRT_result::deriv(), error(), DASRT::error_message(), error_state, extract_function(), octave_base_value::function_value(), octave_value::function_value(), DASRT::integrate(), base_diff_eqn::integration_ok(), base_diff_eqn::integration_state(), octave_value::is_cell(), octave_value::is_function_handle(), octave_value::is_inline_function(), is_valid_function(), Array< T >::length(), print_usage(), action_container::protect_var(), octave_value::rows(), DAERTFunc::set_constraint_function(), DAEFunc::set_jacobian_function(), DASRT_options::set_options(), DASRT_result::state(), state, DASRT_result::times(), and unique_symbol_name().
Variable Documentation
bool warned_cf_imaginary = false |
|
static |
bool warned_fcn_imaginary = false |
|
static |
bool warned_jac_imaginary = false |
|
static |