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

#include <vnl_bignum_traits.h>

Public Types

typedef vnl_bignum abs_t
 Return value of abs(). More...
 
typedef vnl_bignum 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 const vnl_bignum zero = vnl_bignum(0L)
 Additive identity. More...
 
static const vnl_bignum one = vnl_bignum(1L)
 Multiplicative identity. More...
 
static const vnl_bignum maxval = vnl_bignum("+Inf")
 Maximum value which this type can assume. More...
 

Detailed Description

template<>
class vnl_numeric_traits< vnl_bignum >

Definition at line 13 of file vnl_bignum_traits.h.

Member Typedef Documentation

◆ abs_t

Return value of abs().

Definition at line 23 of file vnl_bignum_traits.h.

◆ double_t

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

Definition at line 25 of file vnl_bignum_traits.h.

◆ real_t

typedef double vnl_numeric_traits< vnl_bignum >::real_t

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

Definition at line 27 of file vnl_bignum_traits.h.

Member Data Documentation

◆ maxval

const vnl_bignum vnl_numeric_traits< vnl_bignum >::maxval = vnl_bignum("+Inf")
static

Maximum value which this type can assume.

Definition at line 21 of file vnl_bignum_traits.h.

◆ one

const vnl_bignum vnl_numeric_traits< vnl_bignum >::one = vnl_bignum(1L)
static

Multiplicative identity.

Definition at line 19 of file vnl_bignum_traits.h.

◆ zero

const vnl_bignum vnl_numeric_traits< vnl_bignum >::zero = vnl_bignum(0L)
static

Additive identity.

Definition at line 17 of file vnl_bignum_traits.h.


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