11#ifndef CONCEPT_COXETER_TRIANGULATION_FUNCTION_FOR_IMPLICIT_MANIFOLD_H_
12#define CONCEPT_COXETER_TRIANGULATION_FUNCTION_FOR_IMPLICIT_MANIFOLD_H_
20namespace coxeter_triangulation {
30 Eigen::VectorXd
operator()(
const Eigen::VectorXd& p)
const;
39 Eigen::VectorXd
seed()
const;
Gudhi namespace.
Definition: SimplicialComplexForAlpha.h:14
The concept FunctionForImplicitManifold describes the requirements for a type to implement an implici...
Definition: FunctionForImplicitManifold.h:25
Eigen::VectorXd seed() const
Returns a point on the zero-set of the function.
Eigen::VectorXd operator()(const Eigen::VectorXd &p) const
Value of the function at a specified point 'p'.
std::size_t amb_d() const
Returns the domain (ambient) dimension.
std::size_t cod_d() const
Returns the codomain dimension.