Public Types | Static Public Member Functions
vnl_numeric_traits< double > Class Reference

#include <vnl_numeric_traits.h>

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

List of all members.

Public Types

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

Static Public Member Functions

static const double zero VCL_STATIC_CONST_INIT_FLOAT_DECL (0.0)
 Additive identity.
static const double one VCL_STATIC_CONST_INIT_FLOAT_DECL (1.0)
 Multiplicative identity.
static const double maxval VCL_STATIC_CONST_INIT_FLOAT_DECL (1.7976931348623157E+308)
 Maximum value which this type can assume.

Detailed Description

Definition at line 405 of file vnl_numeric_traits.h.


Member Typedef Documentation

typedef double vnl_numeric_traits< double >::abs_t

Return value of abs().

Definition at line 415 of file vnl_numeric_traits.h.

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 417 of file vnl_numeric_traits.h.

typedef double vnl_numeric_traits< double >::real_t

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

Definition at line 419 of file vnl_numeric_traits.h.


Member Function Documentation

static const double zero vnl_numeric_traits< double >::VCL_STATIC_CONST_INIT_FLOAT_DECL ( 0.  0) [static]

Additive identity.

static const double one vnl_numeric_traits< double >::VCL_STATIC_CONST_INIT_FLOAT_DECL ( 1.  0) [static]

Multiplicative identity.

static const double maxval vnl_numeric_traits< double >::VCL_STATIC_CONST_INIT_FLOAT_DECL ( 1.7976931348623157E+  308) [static]

Maximum value which this type can assume.


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