SheafSystem  0.0.0.0
sec_e3.h File Reference

Interface for class sec_e3. More...

#include "SheafSystem/sheaf_dll_spec.h"
#include "SheafSystem/sec_ed.h"
#include "SheafSystem/e3.h"

Go to the source code of this file.

Classes

class  fiber_bundle::sec_e3
 A section of a fiber bundle with a 3-dimensional Euclidean vector space fiber. More...
 
class  fiber_bundle::tensor_section_traits< 0, sec_e3 >
 Specialization for degree 0 tensors over sec_e3. More...
 
class  fiber_bundle::tensor_section_traits< 1, sec_e3 >
 Specialization for degree 1 tensors over sec_e3. More...
 
class  fiber_bundle::tensor_section_traits< 2, sec_e3 >
 Specialization for degree 2 tensors over sec_e3. More...
 
class  fiber_bundle::tensor_section_traits< 3, sec_e3 >
 Specialization for degree 3 tensors over sec_e3. More...
 

Namespaces

 fiber_bundle
 Namespace for the fiber_bundles component of the sheaf system.
 
 fiber_bundle::sec_e3_algebra
 Namespace containing the algrebra functions for a a section of a fiber bundle with a fiber type e3.
 

Functions

SHEAF_DLL_SPEC std::ostream & fiber_bundle::operator<< (std::ostream &xos, const sec_e3 &xv)
 Insert sec_e3& xv into ostream& xos. More...
 
SHEAF_DLL_SPEC void fiber_bundle::sec_e3_algebra::cross (const sec_e3 &x0, const sec_e3 &x1, sec_e3 &xresult, bool xauto_access)
 The 3D Euclidean vector "cross" product of x0 with x1 (pre-allocated version). More...
 
SHEAF_DLL_SPEC void fiber_bundle::sec_e3_algebra::cross_equal (sec_e3 &xresult, const sec_e3 &xother, bool xauto_access)
 The 3D Euclidean vector "cross" product of xresult with xother; synonym for cross(xresult, xother, xresult, xauto_access). More...
 

Detailed Description

Interface for class sec_e3.

Definition in file sec_e3.h.