GiNaC 1.8.7
Public Member Functions | Public Attributes | List of all members
GiNaC::derivative_map_function Struct Reference

Function object to be applied by basic::derivative(). More...

Inheritance diagram for GiNaC::derivative_map_function:
GiNaC::map_function

Public Member Functions

 derivative_map_function (const symbol &sym)
 
ex operator() (const ex &e) override
 
- Public Member Functions inherited from GiNaC::map_function
virtual ~map_function ()
 
virtual ex operator() (const ex &e)=0
 

Public Attributes

const symbols
 

Additional Inherited Members

- Public Types inherited from GiNaC::map_function
typedef const exargument_type
 
typedef ex result_type
 

Detailed Description

Function object to be applied by basic::derivative().

Definition at line 694 of file basic.cpp.

Constructor & Destructor Documentation

◆ derivative_map_function()

GiNaC::derivative_map_function::derivative_map_function ( const symbol sym)
inline

Definition at line 696 of file basic.cpp.

Member Function Documentation

◆ operator()()

ex GiNaC::derivative_map_function::operator() ( const ex e)
inlineoverridevirtual

Implements GiNaC::map_function.

Definition at line 697 of file basic.cpp.

References GiNaC::diff().

Member Data Documentation

◆ s

const symbol& GiNaC::derivative_map_function::s

Definition at line 695 of file basic.cpp.


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

This page is part of the GiNaC developer's reference. It was generated automatically by doxygen. For an introduction, see the tutorial.