#include <string>
#include <iomanip>
#include <iostream>
#include "LSODE.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 "pr-output.h"
#include "unwind-prot.h"
#include "utils.h"
#include "variables.h"
#include "LSODE-opts.cc"
Go to the source code of this file.
Macro Definition Documentation
#define LSODE_ABORT |
( |
| ) |
return retval |
#define LSODE_ABORT1 |
( |
|
msg | ) |
|
Value:do \
LSODE_ABORT (); \
} \
while (0)
Definition at line 143 of file lsode.cc.
Referenced by Flsode().
#define LSODE_ABORT2 |
( |
|
fmt, |
|
|
|
arg |
|
) |
| |
Value:do \
LSODE_ABORT (); \
} \
while (0)
Definition at line 151 of file lsode.cc.
Function Documentation
Definition at line 273 of file lsode.cc.
References octave_value::all_strings(), octave_value::cell_value(), clear_function(), error(), LSODE::error_message(), error_state, extract_function(), octave_value::function_value(), ODE::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(), Array< T >::length(), LSODE_ABORT, LSODE_ABORT1, lsode_opts, lsode_user_function(), lsode_user_jacobian(), print_usage(), action_container::protect_var(), octave_value::rows(), ODEFunc::set_jacobian_function(), LSODE_options::set_options(), state, and unique_symbol_name().
Variable Documentation
bool warned_fcn_imaginary = false |
|
static |
bool warned_jac_imaginary = false |
|
static |