Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::numeric::ublas::type_traits< long double > Struct Template Reference

#include <traits.hpp>

Inheritance diagram for boost::numeric::ublas::type_traits< long double >:
Collaboration diagram for boost::numeric::ublas::type_traits< long double >:

Public Types

typedef type_traits< long double > self_type
 
typedef long double value_type
 
typedef const value_typeconst_reference
 
typedef value_typereference
 
typedef value_type real_type
 
typedef value_type precision_type
 

Static Public Member Functions

static BOOST_UBLAS_INLINE real_type real (const_reference t)
 
static BOOST_UBLAS_INLINE real_type imag (const_reference)
 
static BOOST_UBLAS_INLINE
value_type 
conj (const_reference t)
 
static BOOST_UBLAS_INLINE real_type type_abs (const_reference t)
 
static BOOST_UBLAS_INLINE
value_type 
type_sqrt (const_reference t)
 
static BOOST_UBLAS_INLINE real_type norm_1 (const_reference t)
 
static BOOST_UBLAS_INLINE real_type norm_2 (const_reference t)
 
static BOOST_UBLAS_INLINE real_type norm_inf (const_reference t)
 
static BOOST_UBLAS_INLINE bool equals (const_reference t1, const_reference t2)
 

Static Public Attributes

static const unsigned plus_complexity
 
static const unsigned multiplies_complexity
 

Member Typedef Documentation

typedef type_traits<long double> boost::numeric::ublas::type_traits< long double >::self_type
typedef long double boost::numeric::ublas::type_traits< long double >::value_type

Member Function Documentation

static BOOST_UBLAS_INLINE value_type boost::numeric::ublas::scalar_traits< long double >::conj ( const_reference  t)
inlinestaticinherited

References boost::flyweights::t.

static BOOST_UBLAS_INLINE bool boost::numeric::ublas::scalar_traits< long double >::equals ( const_reference  t1,
const_reference  t2 
)
inlinestaticinherited
static BOOST_UBLAS_INLINE real_type boost::numeric::ublas::scalar_traits< long double >::imag ( const_reference  )
inlinestaticinherited
static BOOST_UBLAS_INLINE real_type boost::numeric::ublas::scalar_traits< long double >::norm_1 ( const_reference  t)
inlinestaticinherited
static BOOST_UBLAS_INLINE real_type boost::numeric::ublas::scalar_traits< long double >::norm_2 ( const_reference  t)
inlinestaticinherited
static BOOST_UBLAS_INLINE real_type boost::numeric::ublas::scalar_traits< long double >::norm_inf ( const_reference  t)
inlinestaticinherited
static BOOST_UBLAS_INLINE real_type boost::numeric::ublas::scalar_traits< long double >::real ( const_reference  t)
inlinestaticinherited

References boost::flyweights::t.

static BOOST_UBLAS_INLINE real_type boost::numeric::ublas::scalar_traits< long double >::type_abs ( const_reference  t)
inlinestaticinherited
static BOOST_UBLAS_INLINE value_type boost::numeric::ublas::scalar_traits< long double >::type_sqrt ( const_reference  t)
inlinestaticinherited

Member Data Documentation

const unsigned boost::numeric::ublas::scalar_traits< long double >::multiplies_complexity
staticinherited
const unsigned boost::numeric::ublas::scalar_traits< long double >::plus_complexity
staticinherited

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