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

#include <vnl_numeric_traits.h>

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

Public Types

typedef 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 double real_t
 Name of type which results from multiplying this type with a double. More...
 

Static Public Attributes

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

Detailed Description

template<>
class vnl_numeric_traits< double >

Definition at line 357 of file vnl_numeric_traits.h.

Member Typedef Documentation

◆ abs_t

typedef double vnl_numeric_traits< double >::abs_t

Return value of abs().

Definition at line 367 of file vnl_numeric_traits.h.

◆ double_t

typedef long double vnl_numeric_traits< double >::double_t

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

Definition at line 369 of file vnl_numeric_traits.h.

◆ real_t

typedef double vnl_numeric_traits< double >::real_t

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

Definition at line 371 of file vnl_numeric_traits.h.

Member Data Documentation

◆ maxval

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

Maximum value which this type can assume.

Definition at line 365 of file vnl_numeric_traits.h.

◆ one

constexpr double vnl_numeric_traits< double >::one = 1.0
static

Multiplicative identity.

Definition at line 363 of file vnl_numeric_traits.h.

◆ zero

constexpr double vnl_numeric_traits< double >::zero = 0.0
static

Additive identity.

Definition at line 361 of file vnl_numeric_traits.h.


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