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

#include <vnl_numeric_traits.h>

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

List of all members.

Public Types

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

Static Public Member Functions

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

Detailed Description

Definition at line 428 of file vnl_numeric_traits.h.


Member Typedef Documentation

typedef long double vnl_numeric_traits< long double >::abs_t

Return value of abs().

Definition at line 438 of file vnl_numeric_traits.h.

typedef long double vnl_numeric_traits< long double >::double_t

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

Definition at line 440 of file vnl_numeric_traits.h.

typedef long double vnl_numeric_traits< long double >::real_t

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

Definition at line 442 of file vnl_numeric_traits.h.


Member Function Documentation

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

Additive identity.

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

Multiplicative identity.

static const long double maxval vnl_numeric_traits< long 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: