Loading...
Searching...
No Matches
Gudhi::coxeter_triangulation::Negation< Function_ > Class Template Reference

Constructs the "minus" function. The zero-set is the same, but the values at other points are the negative of their original value. More...

#include <include/gudhi/Functions/Negation.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.
 
 Negation (const Function_ &function)
 Constructor of the negative function. More...
 

Detailed Description

template<class Function_>
class Gudhi::coxeter_triangulation::Negation< Function_ >

Constructs the "minus" function. The zero-set is the same, but the values at other points are the negative of their original value.

Template Parameters
Function_The function template parameter. Should be a model of the concept FunctionForImplicitManifold.

Constructor & Destructor Documentation

◆ Negation()

template<class Function_ >
Gudhi::coxeter_triangulation::Negation< Function_ >::Negation ( const Function_ &  function)
inline

Constructor of the negative function.

Parameters
[in]functionThe function to be negated.

Member Function Documentation

◆ operator()()

template<class Function_ >
Eigen::VectorXd Gudhi::coxeter_triangulation::Negation< Function_ >::operator() ( const Eigen::VectorXd &  p) const
inline

Value of the function at a specified point.

Parameters
[in]pThe input point. The dimension needs to coincide with the ambient dimension.

The documentation for this class was generated from the following file: