18 #ifndef FIELD_ED_FUNCS_H 19 #define FIELD_ED_FUNCS_H 21 #ifndef SHEAF_DLL_SPEC_H 22 #include "SheafSystem/sheaf_dll_spec.h" 33 class SHEAF_DLL_SPEC field_at0;
39 namespace field_ed_algebra
78 #endif // ifndef FIELD_ED_FUNCS_H void SHEAF_DLL_SPEC dot(const field_ed &x0, const field_ed &x1, field_at0 &xresult, bool xauto_access)
The Euclidean "dot" product of x0 with x2.
Namespace for fields component of sheaf system.
void SHEAF_DLL_SPEC length(const field_ed &x0, field_at0 &xresult, bool xauto_access)
The Euclidean length (magnitude) of x0.
A property of type sec_ed as a function of global coordinates.
void SHEAF_DLL_SPEC normalize(const field_ed &x0, field_ed &xresult, bool xauto_access)
Normalize x0 (convert to a unit vector).
A property of type sec_at0 as a function of global coordinates.
void SHEAF_DLL_SPEC put_length(field_ed &x0, const vd_value_type &xlength, bool xauto_access)
Set the Euclidean length (magnitude) of x0 to xlength.
double vd_value_type
The type of component in the fiber; the scalar type in the fiber vector space.