SyTen
sbasis.cpp File Reference

Implementation for inc/stensor/sbasis.h More...

#include "inc/stensor/sbasis.h"
#include <boost/functional/hash.hpp>
+ Include dependency graph for sbasis.cpp:

Namespaces

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

Functions

SBasis syten::STensorImpl::combine_bases (SBasis const &a, SBasis const &b)
 Returns a combined basis constructed from bases a and b as it occurs during a subspace expansion, something akin to a + b. More...
 
SBasis syten::STensorImpl::intersection (SBasis const &a, SBasis const &b)
 Returns the intersection of two bases. More...
 
std::ostreamsyten::STensorImpl::operator<< (std::ostream &out, SBasis const &sb)
 
std::ostreamsyten::STensorImpl::operator<< (std::ostream &out, SBasisId const &id)
 

Detailed Description

Implementation for inc/stensor/sbasis.h