#include <vfamputation.h>
Inheritance diagram for MODEL::VFAmputation:
Public Types | |
typedef NumericTraits<nelem, dims+1>::vf | greatervf |
typedef NumericTraits<nelem, dims+1>::vect | greatervect |
Public Methods | |
VFAmputation (greatervf &func, const integer &var, bool own=false) | |
~VFAmputation () | |
VFAmputation (const VFAmputation &vfb) | |
virtual VFAmputation* | clone () const |
virtual const vect& | function (vect &fu, const vect &u) |
greatervect | convert (const vect &v) |
vect | convert (const greatervect &v) |
Private Methods | |
PRIVATE_ASSIGN (VFAmputation) | |
Private Attributes | |
greatervf* | f |
bool | owned |
integer | dynpar |
number | paramvar |
Definition at line 34 of file vfamputation.h.
|
Which VF, what variable Definition at line 42 of file vfamputation.h. Referenced by clone().
|
|
Create one, with a bump already specified Definition at line 60 of file vfamputation.h. |
|
copy
Definition at line 64 of file vfamputation.h. |
|
Virtual Copy Constructor Reimplemented from MODEL::VectorFunction. Definition at line 78 of file vfamputation.h. |
|
converts vectors n+1+>n. Updates parameter values ? Definition at line 106 of file vfamputation.h. |
|
converts vectors n=>n+1. Moves parameter into variable Definition at line 94 of file vfamputation.h. Referenced by function().
|
|
Implement this function to create the return vector. fu is a reference to where the values should be stored. This is for efficiency in internal routines. Inherited classes should return fu too. Reimplemented from MODEL::VectorFunction. Definition at line 84 of file vfamputation.h. |
More Info? Michael Peeters. Also, check our research website: www.alna.vub.ac.be
Last update: June 2002.