#include "dColVector.h"
#include "dMatrix.h"
#include "dSparse.h"
#include "f77-fcn.h"
#include "lo-utils.h"
#include "Cell.h"
#include "defun-dld.h"
#include "error.h"
#include "errwarn.h"
#include "interpreter-private.h"
#include "interpreter.h"
#include "oct-map.h"
#include "ov.h"
#include "ovl.h"
#include "pager.h"
Go to the source code of this file.
Functions | |
octave_value_list | F__ode15__ (const octave_value_list &, int) |
C octave_function * | G__ode15__ (const octave::dynamic_library &shl, bool relative) |
octave_value_list F__ode15__ | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1303 of file __ode15__.cc.
References err_disabled_feature(), error(), octave_value::is_function_handle(), Array< T, Alloc >::issorted(), octave_value_list::length(), Array< T, Alloc >::numel(), print_usage(), and UNSORTED.
C octave_function* G__ode15__ | ( | const octave::dynamic_library & | shl, |
bool | relative | ||
) |
Definition at line 1303 of file __ode15__.cc.