Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::math::detail::ibeta_series_t< T > Struct Template Reference

#include <beta.hpp>

Public Types

typedef T result_type
 

Public Member Functions

 ibeta_series_t (T a_, T b_, T x_, T mult)
 
T operator() ()
 

Member Typedef Documentation

template<class T>
typedef T boost::math::detail::ibeta_series_t< T >::result_type

Constructor & Destructor Documentation

template<class T>
boost::math::detail::ibeta_series_t< T >::ibeta_series_t ( T  a_,
T  b_,
T  x_,
T  mult 
)
inline

Member Function Documentation

template<class T>
T boost::math::detail::ibeta_series_t< T >::operator() ( )
inline

References T.


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