OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Public Member Functions | List of all members
matheval::detail::grammar< real_t, Iterator >::bfunc_ Struct Reference

symbol table for binary functions like "pow" More...

#include <matheval.hpp>

Inherits symbols< std::iterator_traits< Iterator >::value_type, binary_op< real_t >::op_t >.

Public Member Functions

 bfunc_ ()
 

Detailed Description

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

symbol table for binary functions like "pow"

Definition at line 457 of file matheval.hpp.

Constructor & Destructor Documentation

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

Definition at line 463 of file matheval.hpp.

References atan2(), and pow().

Here is the call graph for this function:


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