piranha  0.10
Public Member Functions | List of all members
piranha::math::invert_impl< Series, detail::series_invert_enabler< Series > > Struct Template Reference

Specialisation of the piranha::math::invert() functor for piranha::series. More...

#include <piranha/series.hpp>

Public Member Functions

template<typename T >
auto operator() (const T &s) const -> decltype(detail::series_invert_impl(s))
 Call operator. More...
 

Detailed Description

template<typename Series>
struct piranha::math::invert_impl< Series, detail::series_invert_enabler< Series > >

Specialisation of the piranha::math::invert() functor for piranha::series.

This specialisation is activated when Series is an instance of piranha::series and:

Definition at line 3101 of file series.hpp.

Member Function Documentation

◆ operator()()

template<typename Series >
template<typename T >
auto piranha::math::invert_impl< Series, detail::series_invert_enabler< Series > >::operator() ( const T &  s) const -> decltype(detail::series_invert_impl(s))
inline

Call operator.

Parameters
sargument.
Returns
inverse of s.
Exceptions
unspecifiedany exception thrown by:

Definition at line 3114 of file series.hpp.


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