SyTen
stensorproxy.h File Reference

Proxy for the ‘smart’ tensor class. More...

+ Include dependency graph for stensorproxy.h:
+ This graph shows which files directly or indirectly include this file:

Classes

class  syten::STensorImpl::STensorProxy
 The STensorProxy class is essentially a constant reference to another, pre-existing tensor. More...
 

Namespaces

 syten
 Syten namespace.
 
 syten::STensorImpl
 Contains all ‘smart’ tensor related classes and functions.
 

Functions

STensorProxy syten::STensorImpl::parity (STensor const &, SBasisId const &, SourceLocation const &loc=SourceLocation::current())
 Apply a parity operator to an existing STensor leg, creating an STensorProxy. More...
 
STensorProxy syten::STensorImpl::parity (STensorProxy const &, SBasisId const &)
 Apply a parity operator to an existing STensor leg. More...
 
STensorProxy syten::STensorImpl::proxy (STensor const &, EliminateZeros const elimzeros=EliminateZeros::No, SourceLocation const &loc=SourceLocation::current())
 Create a proxy over an existing STensor. More...
 

Detailed Description

Proxy for the ‘smart’ tensor class.