GNU Octave  3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Public Types | Public Member Functions | Protected Attributes | List of all members
ODESFunc Class Reference

#include "ODESFunc.h"

Inheritance diagram for ODESFunc:
Inheritance graph
[legend]
Collaboration diagram for ODESFunc:
Collaboration graph
[legend]

Classes

struct  DAEJac

Public Types

typedef ColumnVector(* ODES_bsub )(const ColumnVector &x, double, const ColumnVector &theta, int column)
typedef ColumnVector(* ODES_fsub )(const ColumnVector &x, double, const ColumnVector &theta)
typedef Matrix(* ODES_jsub )(const ColumnVector &x, double, const ColumnVector &theta)

Public Member Functions

 ODESFunc (void)
 ODESFunc (ODES_fsub f)
 ODESFunc (ODES_fsub f, ODES_bsub b)
 ODESFunc (ODES_fsub f, ODES_bsub b, ODES_jsub j)
 ODESFunc (const ODESFunc &a)
virtual ~ODESFunc (void)
ODES_bsub bsub_function (void) const
ODES_fsub fsub_function (void) const
ODES_jsub jsub_function (void) const
ODESFuncoperator= (const ODESFunc &a)
ODESFuncset_bsub_function (ODES_bsub b)
ODESFuncset_fsub_function (ODES_fsub f)
ODESFuncset_jsub_function (ODES_jsub j)

Protected Attributes

ODES_bsub bsub
ODES_fsub fsub
ODES_jsub jsub

Detailed Description

Definition at line 28 of file ODESFunc.h.

Member Typedef Documentation

typedef ColumnVector(* ODESFunc::ODES_bsub)(const ColumnVector &x, double, const ColumnVector &theta, int column)

Definition at line 42 of file ODESFunc.h.

typedef ColumnVector(* ODESFunc::ODES_fsub)(const ColumnVector &x, double, const ColumnVector &theta)

Definition at line 39 of file ODESFunc.h.

typedef Matrix(* ODESFunc::ODES_jsub)(const ColumnVector &x, double, const ColumnVector &theta)

Definition at line 45 of file ODESFunc.h.

Constructor & Destructor Documentation

ODESFunc::ODESFunc ( void  )
inline

Definition at line 48 of file ODESFunc.h.

ODESFunc::ODESFunc ( ODES_fsub  f)
inline

Definition at line 51 of file ODESFunc.h.

ODESFunc::ODESFunc ( ODES_fsub  f,
ODES_bsub  b 
)
inline

Definition at line 54 of file ODESFunc.h.

ODESFunc::ODESFunc ( ODES_fsub  f,
ODES_bsub  b,
ODES_jsub  j 
)
inline

Definition at line 57 of file ODESFunc.h.

ODESFunc::ODESFunc ( const ODESFunc a)
inline

Definition at line 60 of file ODESFunc.h.

virtual ODESFunc::~ODESFunc ( void  )
inlinevirtual

Definition at line 74 of file ODESFunc.h.

Member Function Documentation

ODES_bsub ODESFunc::bsub_function ( void  ) const
inline

Definition at line 84 of file ODESFunc.h.

ODES_fsub ODESFunc::fsub_function ( void  ) const
inline

Definition at line 76 of file ODESFunc.h.

ODES_jsub ODESFunc::jsub_function ( void  ) const
inline

Definition at line 92 of file ODESFunc.h.

ODESFunc& ODESFunc::operator= ( const ODESFunc a)
inline

Definition at line 63 of file ODESFunc.h.

References bsub, fsub, and jsub.

Referenced by ODES::operator=().

ODESFunc& ODESFunc::set_bsub_function ( ODES_bsub  b)
inline

Definition at line 86 of file ODESFunc.h.

ODESFunc& ODESFunc::set_fsub_function ( ODES_fsub  f)
inline

Definition at line 78 of file ODESFunc.h.

References f.

ODESFunc& ODESFunc::set_jsub_function ( ODES_jsub  j)
inline

Definition at line 94 of file ODESFunc.h.

Member Data Documentation

ODES_bsub ODESFunc::bsub
protected

Definition at line 103 of file ODESFunc.h.

Referenced by operator=().

ODES_fsub ODESFunc::fsub
protected

Definition at line 102 of file ODESFunc.h.

Referenced by operator=().

ODES_jsub ODESFunc::jsub
protected

Definition at line 104 of file ODESFunc.h.

Referenced by operator=().


The documentation for this class was generated from the following file: