| FEAT 3
    Finite Element Analysis Toolbox | 
Analytic Function Gradient wrapper. More...
#include <wrappers.hpp>
 
  
| Classes | |
| class | Evaluator | 
| Public Types | |
| typedef Image::Vector< domain_dim > | ImageType | 
| this is a vector-valued function  More... | |
| Public Member Functions | |
| Gradient (const Function_ &function) | |
| Constructor.  More... | |
| Static Public Attributes | |
| static constexpr bool | can_grad = Function_::can_hess | 
| static constexpr bool | can_hess = false | 
| static constexpr bool | can_value = Function_::can_grad | 
| static constexpr int | domain_dim = Function_::domain_dim | 
| our domain dimension is the same as the input function's  More... | |
| Private Attributes | |
| const Function_ & | _function | 
Analytic Function Gradient wrapper.
This class template represents the gradient of another scalar function.
| Function_ | The function whose gradient is to be wrapped. | 
Definition at line 26 of file wrappers.hpp.
| typedef Image::Vector<domain_dim> FEAT::Analytic::Gradient< Function_ >::ImageType | 
this is a vector-valued function
Definition at line 37 of file wrappers.hpp.
| 
 | inlineexplicit | 
Constructor.
| [in] | function | A resident reference to the function whose gradient is to be wrapped. | 
Definition at line 85 of file wrappers.hpp.
| 
 | private | 
Definition at line 76 of file wrappers.hpp.
| 
 | staticconstexpr | 
Definition at line 40 of file wrappers.hpp.
| 
 | staticconstexpr | 
Definition at line 41 of file wrappers.hpp.
| 
 | staticconstexpr | 
Definition at line 39 of file wrappers.hpp.
| 
 | staticconstexpr | 
our domain dimension is the same as the input function's
Definition at line 34 of file wrappers.hpp.