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 </home/gailuron/workspace/gudhi/gudhi-devel/build/gudhi.3.5.0/include/gudhi/Functions/Translate.h>
Public Member Functions | |
| 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... | |
Translates the zero-set of the function by a vector. The underlying function corresponds to f(x-off), where off is the offset vector.
| Function_ | The function template parameter. Should be a model of the concept FunctionForImplicitManifold. |
|
inline |
Constructor of the translated function.
| [in] | function | The function to be translated. |
| [in] | off | The offset vector. The dimension should correspond to the domain (ambient) dimension of 'function'. |
|
inline |
Value of the function at a specified point.
| [in] | p | The input point. The dimension needs to coincide with the ambient dimension. |
| GUDHI Version 3.5.0 - C++ library for Topological Data Analysis (TDA) and Higher Dimensional Geometry Understanding. - Copyright : MIT | Generated on Thu Jan 13 2022 08:34:28 for GUDHI by Doxygen 1.9.2 |