Constructs the function the zero-set of which is the Cartesian product of the zero-sets of some given functions.
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.
|
|
| Cartesian_product (const Functions &... functions) |
| Constructor of the Cartesian product function. More...
|
|
template<class... Functions>
class Gudhi::coxeter_triangulation::Cartesian_product< Functions >
Constructs the function the zero-set of which is the Cartesian product of the zero-sets of some given functions.
- Template Parameters
-
◆ Cartesian_product()
template<class... Functions>
Constructor of the Cartesian product function.
- Parameters
-
[in] | functions | The functions the zero-sets of which are factors in the Cartesian product of the resulting function. |
◆ operator()()
template<class... Functions>
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: