KrisLibrary  1.0.0
Public Member Functions | List of all members
Math::ScalarFieldProjectionFunction Class Reference

#include <vectorfunction.h>

Inheritance diagram for Math::ScalarFieldProjectionFunction:
Math::RealFunction

Public Member Functions

 ScalarFieldProjectionFunction (ScalarFieldFunction &f, const Vector &x, int i)
 
virtual std::string Label () const
 
virtual void PreEval (Real t)
 
virtual Real Eval (Real t)
 
virtual Real Deriv (Real t)
 
virtual Real Deriv2 (Real t)
 
- Public Member Functions inherited from Math::RealFunction
virtual std::string VariableLabel () const
 
virtual Real operator() (Real t)
 

Detailed Description

A function g(t) that returns f(x+t*ei), where ei is the ith standard basis vector. If ref is true, then x is set to refer to the x provided in the constructor.

Note that this object is only valid for the duration that f is valid.


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