#include <minus.h>
Inheritance diagram for MODEL::Minus:
Public Methods | |
Minus (vf &func, bool own=false) | |
Minus (const Minus &vfb) | |
const Minus& | operator= (const Minus &vfb) |
virtual Minus* | clone () const |
virtual const vect& | function (vect &fu, const vect &u) |
Private Attributes | |
vf* | f |
bool | owned |
Definition at line 32 of file minus.h.
|
Just create Definition at line 36 of file minus.h. Referenced by clone().
|
|
copy |
|
Virtual Copy Constructor Reimplemented from MODEL::VectorFunction. |
|
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. |
|
assign |
More Info? Michael Peeters. Also, check our research website: www.alna.vub.ac.be
Last update: June 2002.