#include <cfloat>
#include <sstream>
#include "DASPK.h"
#include "f77-fcn.h"
#include "lo-error.h"
#include "lo-math.h"
#include "quit.h"
Go to the source code of this file.
typedef octave_idx_type(* daspk_fcn_ptr)(const double &, const double *, const double *, const double &, double *, octave_idx_type &, double *, octave_idx_type *) |
F77_RET_T const octave_idx_type double double double double const octave_idx_type const double const double octave_idx_type double const octave_idx_type octave_idx_type const octave_idx_type const double const octave_idx_type daspk_jac_ptr |
F77_RET_T const octave_idx_type double double double double const octave_idx_type const double const double octave_idx_type double const octave_idx_type octave_idx_type const octave_idx_type const double const octave_idx_type daspk_psol_ptr |
static octave_idx_type ddaspk_f | ( | const double & | time, | |
const double * | state, | |||
const double * | deriv, | |||
const double & | , | |||
double * | delta, | |||
octave_idx_type & | ires, | |||
double * | , | |||
octave_idx_type * | ||||
) | [static] |
Definition at line 74 of file DASPK.cc.
References Array< T >::elem(), Array< T >::length(), and user_fun.
Referenced by DASPK::do_integrate().
static octave_idx_type ddaspk_j | ( | const double & | time, | |
const double * | state, | |||
const double * | deriv, | |||
double * | pd, | |||
const double & | cj, | |||
double * | , | |||
octave_idx_type * | ||||
) | [static] |
Definition at line 128 of file DASPK.cc.
References Array< T >::elem(), and user_jac.
Referenced by DASPK::do_integrate().
static octave_idx_type ddaspk_psol | ( | const octave_idx_type & | , | |
const double & | , | |||
const double * | , | |||
const double * | , | |||
const double * | , | |||
const double & | , | |||
const double * | , | |||
double * | , | |||
octave_idx_type * | , | |||
double * | , | |||
const double & | , | |||
octave_idx_type & | , | |||
double * | , | |||
octave_idx_type * | ||||
) | [static] |
Definition at line 112 of file DASPK.cc.
Referenced by DASPK::do_integrate().
F77_RET_T F77_FUNC | ( | ddaspk | , | |
DDASPK | ||||
) |
octave_idx_type nn [static] |
Definition at line 71 of file DASPK.cc.
Referenced by DEFUN_DLD(), rec_index_helper::do_assign(), rec_index_helper::do_fill(), rec_index_helper::do_index(), LSODE::do_integrate(), FloatNDArray::fourier(), FloatMatrix::fourier(), FloatComplexNDArray::fourier(), FloatComplexMatrix::fourier(), NDArray::fourier(), Matrix::fourier(), ComplexNDArray::fourier(), ComplexMatrix::fourier(), FloatNDArray::fourier2d(), FloatMatrix::fourier2d(), FloatComplexNDArray::fourier2d(), FloatComplexMatrix::fourier2d(), NDArray::fourier2d(), Matrix::fourier2d(), ComplexNDArray::fourier2d(), ComplexMatrix::fourier2d(), FloatNDArray::fourierNd(), FloatComplexNDArray::fourierNd(), NDArray::fourierNd(), ComplexNDArray::fourierNd(), FloatNDArray::ifourier(), FloatMatrix::ifourier(), FloatComplexNDArray::ifourier(), FloatComplexMatrix::ifourier(), NDArray::ifourier(), Matrix::ifourier(), ComplexNDArray::ifourier(), ComplexMatrix::ifourier(), FloatNDArray::ifourier2d(), FloatMatrix::ifourier2d(), FloatComplexNDArray::ifourier2d(), FloatComplexMatrix::ifourier2d(), NDArray::ifourier2d(), Matrix::ifourier2d(), ComplexNDArray::ifourier2d(), ComplexMatrix::ifourier2d(), FloatNDArray::ifourierNd(), FloatComplexNDArray::ifourierNd(), NDArray::ifourierNd(), ComplexNDArray::ifourierNd(), Array< T >::nth_element(), printf_format_list::process_conversion(), and Array< T >::resize1().
DAEFunc::DAERHSFunc user_fun [static] |
Definition at line 69 of file DASPK.cc.
Referenced by ddaspk_f(), and DASPK::do_integrate().
DAEFunc::DAEJacFunc user_jac [static] |
Definition at line 70 of file DASPK.cc.
Referenced by ddaspk_j(), and DASPK::do_integrate().