SheafSystem  0.0.0.0
t2.h File Reference

Interface for class t2. More...

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

Go to the source code of this file.

Classes

class  fiber_bundle::t2_lite
 A tensor of degree 2 over an abstract vector space (volatile version). More...
 
class  fiber_bundle::t2
 A tensor of degree 2 over an abstract vector space (persistent version). More...
 

Namespaces

 fiber_bundle
 Namespace for the fiber_bundles component of the sheaf system.
 
 fiber_bundle::tp_algebra
 Namespace containing the general tensor algrebra functions for the fiber_bundles component of the sheaf system.
 

Functions

SHEAF_DLL_SPEC void fiber_bundle::tp_algebra::contract (const t2_lite &x0, int xp, int xq, at0_lite &xresult)
 Contraction on contravariant index xp and covariant index xq (pre-allocated version for volatime types). The arguments xp and xq are indices into the "variance type" bitset. This implies that xp != xp (for t2 there only 2 choices xp=0, xq=1 and xp=1, xq=0). More...
 
SHEAF_DLL_SPEC void fiber_bundle::tp_algebra::contract (const t2 &x0, int xp, int xq, at0 &xresult, bool xauto_access)
 Contraction on contravariant index xp and covariant index xq (pre-allocated, access control version for persistent types). The arguments xp and xq are indices into the "variance type" bitset. This implies that xp != xp (for t2 there only 2 choices xp=0, xq=1 and xp=1, xq=0). More...
 
SHEAF_DLL_SPEC void fiber_bundle::tp_algebra::alt (const t2_lite &x0, at2_lite &xresult)
 The alternating (antisymmetric) part of tensor x0 (pre-allocated version for volatile types). More...
 
SHEAF_DLL_SPEC void fiber_bundle::tp_algebra::alt (const t2 &x0, at2 &xresult, bool xauto_access)
 The alternating (antisymmetric) part of tensor x0 (pre-allocated, access control version for persistent types). More...
 
SHEAF_DLL_SPEC void fiber_bundle::tp_algebra::alt (const t2_lite &x0, t2_lite &xresult)
 The alternating (antisymmetric) part of tensor x0 (pre-allocated version for volatile types). More...
 
SHEAF_DLL_SPEC void fiber_bundle::tp_algebra::sym (const t2_lite &x0, st2_lite &xresult)
 The symmetric part of tensor x0 (pre-allocated version for volatile types). More...
 
SHEAF_DLL_SPEC void fiber_bundle::tp_algebra::sym (const t2 &x0, st2 &xresult, bool xauto_access)
 The symmetric part of tensor x0 (pre-allocated, access control version for persistent types). More...
 
SHEAF_DLL_SPEC void fiber_bundle::tp_algebra::sym (const t2_lite &x0, t2_lite &xresult)
 The symmetric part of tensor x0 (pre-allocated version for volatile types). More...
 
SHEAF_DLL_SPEC void fiber_bundle::tp_algebra::sym (const t2 &x0, t2 &xresult, bool xauto_access)
 The symmetric part of tensor x0 (pre-allocated, access control version for persistent types). More...
 
SHEAF_DLL_SPEC void fiber_bundle::tp_algebra::tensor (const at1_lite &x0, const at1_lite &x1, t2_lite &xresult)
 Tensor product (pre-allocated version for volatile types). More...
 
SHEAF_DLL_SPEC void fiber_bundle::tp_algebra::tensor (const at1 &x0, const at1 &x1, t2 &xresult, bool xauto_access)
 Tensor product (pre-allocated, access control version for persistent types). More...
 

Detailed Description

Interface for class t2.

Definition in file t2.h.