SheafSystem
0.0.0.0
|
Implementation for tp facet function templates. More...
#include "SheafSystem/sheaf_dll_spec.h"
#include "SheafSystem/tp.h"
Go to the source code of this file.
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 | |
template<typename T0 > | |
tensor_traits< T0::P, typename T0::vector_space_type >::atp_type * | fiber_bundle::tp_algebra::alt (const T0 &x0) |
The alternating (antisymmetric) part of tensor x0 (auto-allocated version for volatile types). More... | |
template<typename T0 > | |
tensor_traits< T0::P, typename T0::vector_space_type >::stp_type * | fiber_bundle::tp_algebra::sym (const T0 &x0) |
The symmetric part of tensor x0 (auto-allocated version for volatile types). More... | |
template<typename T0 > | |
tensor_traits< T0::P, typename T0::vector_space_type >::atp_type * | fiber_bundle::tp_algebra::alt (const T0 &x0, bool xauto_access) |
template<typename T0 > | |
tensor_traits< T0::P, typename T0::vector_space_type >::stp_type * | fiber_bundle::tp_algebra::sym (const T0 &x0, bool xauto_access) |
The symmetric part of tensor x0 (auto-allocated 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::tp_algebra::tensor (const T0 &x0, const T1 &x1) |
Tensor product (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::tp_algebra::tensor (const T0 &x0, const T1 &x1, bool xauto_access) |
Tensor product (auto-allocated version for persistent types). More... | |
Implementation for tp facet function templates.
Definition in file tp.impl.h.