ALPSCore reference
Public Member Functions | List of all members
alps::numeric::inf< std::vector< T > > Class Template Reference

Class convertible to std::vector<T> infinity. More...

#include <vector_functions.hpp>

Collaboration diagram for alps::numeric::inf< std::vector< T > >:
Collaboration graph

Public Member Functions

 inf (const value_type &vec)
 Construct infinity object of the same size as its argument, recursively. More...
 
 operator value_type const ()
 Returns infinity vector. More...
 

Detailed Description

template<typename T>
class alps::numeric::inf< std::vector< T > >

Class convertible to std::vector<T> infinity.

Definition at line 75 of file vector_functions.hpp.

Constructor & Destructor Documentation

template<typename T >
alps::numeric::inf< std::vector< T > >::inf ( const value_type &  vec)
inline

Construct infinity object of the same size as its argument, recursively.

Definition at line 80 of file vector_functions.hpp.

Member Function Documentation

template<typename T >
alps::numeric::inf< std::vector< T > >::operator value_type const ( )
inline

Returns infinity vector.

Definition at line 86 of file vector_functions.hpp.


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