Cyclops Tensor Framework
parallel arithmetic on multidimensional arrays
dpair Struct Reference

Public Member Functions

 dpair ()
 
 dpair (double a_, double b_)
 
dpair operator+ (dpair const &p) const
 

Data Fields

double a
 
double b
 

Detailed Description

Definition at line 12 of file sparse_mp3.cxx.

Constructor & Destructor Documentation

dpair::dpair ( )
inline

Definition at line 14 of file sparse_mp3.cxx.

dpair::dpair ( double  a_,
double  b_ 
)
inline

Definition at line 15 of file sparse_mp3.cxx.

Member Function Documentation

dpair dpair::operator+ ( dpair const &  p) const
inline

Definition at line 16 of file sparse_mp3.cxx.

References a, and b.

Field Documentation

double dpair::a

Definition at line 13 of file sparse_mp3.cxx.

Referenced by divide_EaEi(), and operator+().

double dpair::b

Definition at line 13 of file sparse_mp3.cxx.

Referenced by divide_EaEi(), and operator+().


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