ALPSCore reference
Public Member Functions | List of all members
alps::numeric::inf< double > Struct Template Reference

Class convertible to infinity of type double. More...

#include <inf.hpp>

Collaboration diagram for alps::numeric::inf< double >:
Collaboration graph

Public Member Functions

 inf (const double &)
 Unused argument, to adhere to the concept specifications. More...
 
 operator double () const
 Returns infinity value. More...
 

Detailed Description

template<>
struct alps::numeric::inf< double >

Class convertible to infinity of type double.

Definition at line 31 of file inf.hpp.

Constructor & Destructor Documentation

alps::numeric::inf< double >::inf ( const double &  )
inline

Unused argument, to adhere to the concept specifications.

Definition at line 31 of file inf.hpp.

Member Function Documentation

alps::numeric::inf< double >::operator double ( ) const
inline

Returns infinity value.

Definition at line 31 of file inf.hpp.


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