OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
matheval::detail::grammar< real_t, Iterator >::ufunc_ Struct Reference

symbol table for unary functions like "abs" More...

#include <matheval.hpp>

Inherits boost::spirit::qi::symbols< std::iterator_traits< Iterator >::value_type, unary_op< real_t >::op_t >.

Collaboration diagram for matheval::detail::grammar< real_t, Iterator >::ufunc_:

Public Member Functions

 ufunc_ ()

Detailed Description

template<typename real_t, typename Iterator>
struct matheval::detail::grammar< real_t, Iterator >::ufunc_

symbol table for unary functions like "abs"

Definition at line 405 of file matheval.hpp.

Constructor & Destructor Documentation

◆ ufunc_()

template<typename real_t, typename Iterator>
matheval::detail::grammar< real_t, Iterator >::ufunc_::ufunc_ ( )
inline

Definition at line 411 of file matheval.hpp.

References matheval::detail::math::deg(), matheval::detail::math::isinf(), matheval::detail::math::isnan(), matheval::detail::math::rad(), and matheval::detail::math::sgn().

Here is the call graph for this function:

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