Constructs a piecewise-linear approximation of a function induced by an ambient triangulation.
More...
|
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.
|
|
| PL_approximation (const Function_ &function, const Triangulation_ &triangulation) |
| Constructor of the piecewise-linear approximation of a function induced by an ambient triangulation. More...
|
|
template<class Function_, class Triangulation_>
class Gudhi::coxeter_triangulation::PL_approximation< Function_, Triangulation_ >
Constructs a piecewise-linear approximation of a function induced by an ambient triangulation.
- Template Parameters
-
◆ PL_approximation()
template<class Function_ , class Triangulation_ >
Constructor of the piecewise-linear approximation of a function induced by an ambient triangulation.
- Parameters
-
[in] | function | The function. |
[in] | triangulation | The ambient triangulation. |
◆ operator()()
template<class Function_ , class Triangulation_ >
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: