#include <negfunc.h>
Inheritance diagram for MODEL::NegFunc:
Public Methods | |
virtual NegFunc* | clone () const |
virtual const vect& | function (vect &fu, const vect &u) |
Private Types | |
typedef VectorFunction<dims, NT> | base |
typedef NT::vect | vect |
Definition at line 31 of file negfunc.h.
|
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. |
More Info? Michael Peeters. Also, check our research website: www.alna.vub.ac.be
Last update: June 2002.