SheafSystem
0.0.0.0
|
Interface for class atp. More...
#include "SheafSystem/sheaf_dll_spec.h"
#include "SheafSystem/tp.h"
Go to the source code of this file.
Classes | |
class | fiber_bundle::atp_lite |
An antisymmetric tensor of degree p over an abstract vector space (volatile version). More... | |
class | fiber_bundle::atp |
An antisymmetric tensor of degree p. More... | |
Namespaces | |
fiber_bundle | |
Namespace for the fiber_bundles component of the sheaf system. | |
fiber_bundle::atp_algebra | |
Namespace containing the antisymmetric tensor algrebra functions for the fiber_bundles component of the sheaf system. | |
Functions | |
SHEAF_DLL_SPEC void | fiber_bundle::atp_algebra::hook (const atp &x0, const atp &x1, atp &xresult, bool xauto_access) |
The interior (hook) product of two antisymmetric tensors (pre-allocated version for persistent types). More... | |
SHEAF_DLL_SPEC void | fiber_bundle::atp_algebra::hook (const atp_lite &x0, const atp_lite &x1, atp_lite &xresult) |
The interior (hook) product of two antisymmetric tensors (pre-allocated version for volatile types). More... | |
template<typename T0 , typename T1 > | |
tensor_traits< static_cast< int >T0::P) - static_cast< int >T1::P), typename T0::vector_space_type >::atp_type * | fiber_bundle::atp_algebra::hook (const T0 &x0, const T1 &x1) |
The interior (hook) product of two antisymmetric tensors (auto-allocated version for volatile types). More... | |
template<typename T0 , typename T1 > | |
tensor_traits< static_cast< int >T0::P) - static_cast< int >T1::P), typename T0::vector_space_type >::atp_type * | fiber_bundle::atp_algebra::hook (const T0 &x0, const T1 &x1, bool xauto_access) |
The interior (hook) product of two antisymmetric tensors (auto-allocated version for persistent types). More... | |
SHEAF_DLL_SPEC void | fiber_bundle::atp_algebra::star (const atp &x0, atp &xresult, bool xauto_access) |
The Hodge star operator for antisymmetric tensors (pre-allocated version persistent types). More... | |
SHEAF_DLL_SPEC void | fiber_bundle::atp_algebra::star (const atp_lite &x0, atp_lite &xresult) |
The Hodge star operator for antisymmetric tensors (pre-allocated version for volatile types). More... | |
SHEAF_DLL_SPEC atp_lite * | fiber_bundle::atp_algebra::star (const atp_lite &x0) |
The Hodge star operator for antisymmetric tensors (auto-allocated version for volatile types). More... | |
SHEAF_DLL_SPEC void | fiber_bundle::atp_algebra::wedge (const atp &x0, const atp &x1, atp &xresult, bool xauto_access) |
The exterior (wedge) product of two antisymmetric tensors (pre-allocated version for persistent types). More... | |
SHEAF_DLL_SPEC void | fiber_bundle::atp_algebra::wedge (const atp_lite &x0, const atp_lite &x1, atp_lite &xresult) |
The exterior (wedge) product of two antisymmetric tensors (pre-allocated version for volatile types). More... | |
template<typename T0 , typename T1 > | |
tensor_traits< static_cast< int >T0::P)+static_cast< int >T1::P), typename T0::vector_space_type >::atp_type * | fiber_bundle::atp_algebra::wedge (const T0 &x0, const T1 &x1) |
The exterior (wedge) product of two antisymmetric tensors (auto-allocated version for volatile types). More... | |
template<typename T0 , typename T1 > | |
tensor_traits< static_cast< int >T0::P)+static_cast< int >T1::P), typename T0::vector_space_type >::atp_type * | fiber_bundle::atp_algebra::wedge (const T0 &x0, const T1 &x1, bool xauto_access) |
The exterior (wedge) product of two antisymmetric tensors (auto-allocated version for persistent types). More... | |
Interface for class atp.
Definition in file atp.h.