Public Types | Static Public Attributes | List of all members
vnl_numeric_traits< long double const > Class Template Reference

#include <vnl_numeric_traits.h>

Inheritance diagram for vnl_numeric_traits< long double const >:
Inheritance graph
[legend]

Public Types

typedef long double abs_t
 Return value of abs(). More...
 
typedef long double double_t
 Name of a type twice as long as this one for accumulators and products. More...
 
typedef long double real_t
 Name of type which results from multiplying this type with a double. More...
 

Static Public Attributes

static constexpr long double zero = 0.0
 Additive identity. More...
 
static constexpr long double one = 1.0
 Multiplicative identity. More...
 
static constexpr long double maxval = 1.7976931348623157E+308
 Maximum value which this type can assume. More...
 

Detailed Description

template<>
class vnl_numeric_traits< long double const >

Definition at line 396 of file vnl_numeric_traits.h.

Member Typedef Documentation

◆ abs_t

typedef long double vnl_numeric_traits< long double >::abs_t
inherited

Return value of abs().

Definition at line 388 of file vnl_numeric_traits.h.

◆ double_t

typedef long double vnl_numeric_traits< long double >::double_t
inherited

Name of a type twice as long as this one for accumulators and products.

Definition at line 390 of file vnl_numeric_traits.h.

◆ real_t

typedef long double vnl_numeric_traits< long double >::real_t
inherited

Name of type which results from multiplying this type with a double.

Definition at line 392 of file vnl_numeric_traits.h.

Member Data Documentation

◆ maxval

constexpr long double vnl_numeric_traits< long double >::maxval = 1.7976931348623157E+308
staticinherited

Maximum value which this type can assume.

Definition at line 386 of file vnl_numeric_traits.h.

◆ one

constexpr long double vnl_numeric_traits< long double >::one = 1.0
staticinherited

Multiplicative identity.

Definition at line 384 of file vnl_numeric_traits.h.

◆ zero

constexpr long double vnl_numeric_traits< long double >::zero = 0.0
staticinherited

Additive identity.

Definition at line 382 of file vnl_numeric_traits.h.


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