Translates the zero-set of the function by a vector. The underlying function corresponds to f(x-off), where off is the offset vector.  
 More...
#include <include/gudhi/Functions/Translate.h>
 | 
| Eigen::VectorXd  | operator() (const Eigen::VectorXd &p) const | 
|   | Value of the function at a specified point.  More...
  | 
|   | 
| 
std::size_t  | amb_d () const | 
|   | Returns the domain (ambient) dimension. 
  | 
|   | 
| 
std::size_t  | cod_d () const | 
|   | Returns the codomain dimension. 
  | 
|   | 
| 
Eigen::VectorXd  | seed () const | 
|   | Returns a point on the zero-set. 
  | 
|   | 
|   | Translate (const Function_ &function, const Eigen::VectorXd &off) | 
|   | Constructor of the translated function.  More...
  | 
|   | 
template<class Function_>
class Gudhi::coxeter_triangulation::Translate< Function_ >
Translates the zero-set of the function by a vector. The underlying function corresponds to f(x-off), where off is the offset vector. 
- Template Parameters
 - 
  
  
 
 
◆ Translate()
template<class Function_ > 
 
Constructor of the translated function. 
- Parameters
 - 
  
    | [in] | function | The function to be translated.  | 
    | [in] | off | The offset vector. The dimension should correspond to the domain (ambient) dimension of 'function'.  | 
  
   
 
 
◆ operator()()
template<class Function_ > 
 
Value of the function at a specified point. 
- Parameters
 - 
  
    | [in] | p | The input point. The dimension needs to coincide with the ambient dimension.  | 
  
   
 
 
The documentation for this class was generated from the following file: