SheafSystem
0.0.0.0
|
Interface for class t3. More...
#include "SheafSystem/sheaf_dll_spec.h"
#include "SheafSystem/tp.h"
Go to the source code of this file.
Classes | |
class | fiber_bundle::t3_lite |
A tensor of degree 3 over an abstract vector space (volatile version). More... | |
class | fiber_bundle::t3 |
A tensor of degree 3 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 t3_lite &x0, int xp, int xq, at1_lite &xresult) |
Contraction on contravariant index xp and covariant index xq (pre-allocated version for volatile types). More... | |
SHEAF_DLL_SPEC void | fiber_bundle::tp_algebra::contract (const t3 &x0, int xp, int xq, at1 &xresult, bool xauto_access) |
Contraction on contravariant index xp and covariant index xq (pre-allocated, access control version for persistent types). More... | |
SHEAF_DLL_SPEC void | fiber_bundle::tp_algebra::alt (const t3_lite &x0, t3_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 t3_lite &x0, at3_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 t3 &x0, at3 &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::sym (const t3_lite &x0, t3_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 t3_lite &x0, st3_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 t3 &x0, st3 &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 t2_lite &x0, const at1_lite &x1, t3_lite &xresult) |
Tensor product (pre-allocated version for volatile types). More... | |
SHEAF_DLL_SPEC void | fiber_bundle::tp_algebra::tensor (const t2 &x0, const at1 &x1, t3 &xresult, bool xauto_access) |
Tensor product (pre-allocated, access control version for persistent types). More... | |
SHEAF_DLL_SPEC void | fiber_bundle::tp_algebra::tensor (const at1_lite &x0, const t2_lite &x1, t3_lite &xresult) |
Tensor product (pre-allocated version for volatile types). More... | |
SHEAF_DLL_SPEC void | fiber_bundle::tp_algebra::tensor (const at1 &x0, const t2 &x1, t3 &xresult, bool xauto_access) |
Tensor product (pre-allocated, access control version for persistent types). More... | |
SHEAF_DLL_SPEC void | fiber_bundle::tp_algebra::tensor (const at2_lite &x0, const at1_lite &x1, t3_lite &xresult) |
Tensor product (pre-allocated version for volatile types). More... | |
SHEAF_DLL_SPEC void | fiber_bundle::tp_algebra::tensor (const at2 &x0, const at1 &x1, t3 &xresult, bool xauto_access) |
Tensor product (pre-allocated, access control version for persistent types). More... | |
SHEAF_DLL_SPEC void | fiber_bundle::tp_algebra::tensor (const at1_lite &x0, const at2_lite &x1, t3_lite &xresult) |
Tensor product (pre-allocated version for volatile types). More... | |
SHEAF_DLL_SPEC void | fiber_bundle::tp_algebra::tensor (const at1 &x0, const at2 &x1, t3 &xresult, bool xauto_access) |
Tensor product (pre-allocated, access control version for persistent types). More... | |
SHEAF_DLL_SPEC void | fiber_bundle::tp_algebra::tensor (const st2_lite &x0, const at1_lite &x1, t3_lite &xresult) |
Tensor product (pre-allocated version for volatile types). More... | |
SHEAF_DLL_SPEC void | fiber_bundle::tp_algebra::tensor (const st2 &x0, const at1 &x1, t3 &xresult, bool xauto_access) |
Tensor product (pre-allocated, access control version for persistent types). More... | |
SHEAF_DLL_SPEC void | fiber_bundle::tp_algebra::tensor (const at1_lite &x0, const st2_lite &x1, t3_lite &xresult) |
Tensor product (pre-allocated version for volatile types). More... | |
SHEAF_DLL_SPEC void | fiber_bundle::tp_algebra::tensor (const at1 &x0, const st2 &x1, t3 &xresult, bool xauto_access) |
Tensor product (pre-allocated, access control version for persistent types). More... | |
Interface for class t3.
Definition in file t3.h.