SheafSystem  0.0.0.0
stp.h File Reference

Interface for class stp. More...

#include "SheafSystem/sheaf_dll_spec.h"
#include "SheafSystem/tp.h"

Go to the source code of this file.

Classes

class  fiber_bundle::stp_lite
 A symmetric tensor of degree p over an abstract vector space (volatile version). More...
 
class  fiber_bundle::stp
 A symmetric tensor of degree p over an abstract vector space. More...
 

Namespaces

 fiber_bundle
 Namespace for the fiber_bundles component of the sheaf system.
 
 fiber_bundle::stp_algebra
 Namespace containing the symmetric tensor algrebra functions for the fiber_bundles component of the sheaf system.
 

Functions

SHEAF_DLL_SPEC void fiber_bundle::stp_algebra::symmetric_product (const stp_lite &x0, const stp_lite &x1, stp_lite &xresult)
 Symmetric product (pre-allocated version for volatile types). More...
 
SHEAF_DLL_SPEC void fiber_bundle::stp_algebra::symmetric_product (const stp &x0, const stp &x1, stp &xresult, bool xauto_access)
 Symmetric product (pre-allocated, access control version for persistent types). More...
 
template<typename T0 , typename T1 >
tensor_traits< T0::P+T1::P, typename T0::vector_space_type >::tp_type * fiber_bundle::stp_algebra::symmetric_product (const T0 &x0, const T1 &x1)
 The symmetric product of two general tensors (auto-allocated version for volatile types). More...
 
template<typename T0 , typename T1 >
tensor_traits< T0::P+T1::P, typename T0::vector_space_type >::tp_type * fiber_bundle::stp_algebra::symmetric_product (const T0 &x0, const T1 &x1, bool xauto_access)
 The symmetric product of two general tensors (auto-allocated version for persistent types). More...
 

Detailed Description

Interface for class stp.

Definition in file stp.h.