![]() |
SheafSystem
0.0.0.0
|
Implementation for ed facet function templates. More...
#include "SheafSystem/sheaf_dll_spec.h"#include "SheafSystem/ed.h"Go to the source code of this file.
Namespaces | |
| fiber_bundle | |
| Namespace for the fiber_bundles component of the sheaf system. | |
| fiber_bundle::ed_algebra | |
| Namespace containing the Euclidean vector algebra functions for the fiber_bundles component of the sheaf system. | |
Functions | |
| template<typename T > | |
| vd_value_type | fiber_bundle::ed_algebra::operator* (const T &x0, const T &x1) |
| The Euclidean "dot" product of x0 with x1 (for volatile types). More... | |
| template<typename T > | |
| void | fiber_bundle::ed_algebra::normalize (T &x0, bool xauto_access) |
| Normalize x0 (convert to a unit vector) in place (for persistent types). More... | |
| template<typename T > | |
| void | fiber_bundle::ed_algebra::normalize (T &x0) |
| Normalize x0 (convert to a unit vector) in place (for volatile types). More... | |
Implementation for ed facet function templates.
Definition in file ed.impl.h.