Proxy for the ‘smart’ tensor class. More...
Classes | |
class | syten::STensorImpl::STensorProxy |
The STensorProxy class is essentially a constant reference to another, pre-existing tensor. More... | |
Namespaces | |
namespace | syten |
Syten namespace. | |
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... | |
Proxy for the ‘smart’ tensor class.