#include <func.h>
Class diagram for func::multi_dimensional:

Public Members | |||
![]() | ![]() | virtual double | operator() ( const vector<double> &x ) const = 0 |
![]() | ![]() | Calculate the function for a given argument. More... | |
Definition at line 172 of file func.h.
virtual double func::multi_dimensional::operator() (const vector<double>& x) const [pure virtual]
|
Calculate the function for a given argument.
| x | the argument for which the function is to be calculated |
Reimplemented in func::multi_dimensional_with_derivatives, test::mag2, test::vecone, and total_energy_function.
1.0.0 written by Dimitri van Heesch,
© 1997-1999