QDP++
qdp_word.h File Reference
#include <cmath>

Go to the source code of this file.

Classes

class  QDP::Word< T >
 Word class - builtin machine word type. More...
class  QDP::Real32
 Real32 word class - builtin machine word type over flow. More...
class  QDP::Real64
 Real64 word class - wrapper over builtin double type. More...
class  QDP::Integer32
 Integer32 word class - wrapper over builtin integer type. More...
class  QDP::Logical
 Logical class - wrapper over builtin boolean type. More...
struct  QDP::WordType< Real32 >
struct  QDP::WordType< Real64 >
struct  QDP::WordType< Integer32 >
struct  QDP::WordType< unsigned int >
struct  QDP::WordType< unsigned long >
struct  QDP::SinglePrecType< Real32 >
struct  QDP::SinglePrecType< Real64 >
struct  QDP::SinglePrecType< float >
struct  QDP::SinglePrecType< double >
struct  QDP::DoublePrecType< Real32 >
struct  QDP::DoublePrecType< Real64 >
struct  QDP::DoublePrecType< float >
struct  QDP::DoublePrecType< double >
struct  QDP::BinaryReturn< Real32, Real32, Op >
struct  QDP::BinaryReturn< Real32, Real32, OpAssign >

Namespaces

namespace  QDP
 Yet another random number generator.

Functions

UnaryReturn< Real32, OpUnaryMinus >::Type_t QDP::operator- (const Real32 &l)
BinaryReturn< Real32, Real32, OpAdd >::Type_t QDP::operator+ (const Real32 &l, const Real32 &r)
BinaryReturn< Real32, Real32, OpAdd >::Type_t QDP::operator- (const Real32 &l, const Real32 &r)
BinaryReturn< Real32, Real32, OpMultiply >::Type_t QDP::operator* (const Real32 &l, const Real32 &r)