AmpGen 2.1
Loading...
Searching...
No Matches
AmpGen::Tensor::Index Class Reference

Detailed Description

Definition at line 33 of file Tensor.h.

Public Member Functions

bool operator== (const Tensor::Index &other) const
 
bool operator!= (const Tensor::Index &other) const
 
bool isUpper () const
 
 Index (bool isUpper=false)
 
 Index (const std::shared_ptr< int > &index, bool isUpper=false)
 
Index operator- () const
 
uint64_t ptr () const
 

Friends

std::ostream & operator<< (std::ostream &out, const Index &index)
 

Constructor & Destructor Documentation

◆ Index() [1/2]

AmpGen::Tensor::Index::Index ( bool isUpper = false)
inlineexplicit

Definition at line 41 of file Tensor.h.

◆ Index() [2/2]

AmpGen::Tensor::Index::Index ( const std::shared_ptr< int > & index,
bool isUpper = false )
inline

Definition at line 42 of file Tensor.h.

Member Function Documentation

◆ isUpper()

bool AmpGen::Tensor::Index::isUpper ( ) const
inline

Definition at line 40 of file Tensor.h.

◆ operator!=()

bool AmpGen::Tensor::Index::operator!= ( const Tensor::Index & other) const
inline

Definition at line 39 of file Tensor.h.

◆ operator-()

Index AmpGen::Tensor::Index::operator- ( ) const
inline

Definition at line 43 of file Tensor.h.

◆ operator==()

bool AmpGen::Tensor::Index::operator== ( const Tensor::Index & other) const
inline

Definition at line 38 of file Tensor.h.

◆ ptr()

uint64_t AmpGen::Tensor::Index::ptr ( ) const
inline

Definition at line 45 of file Tensor.h.

Friends And Related Symbol Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream & out,
const Index & index )
friend

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