![]() |
|
Go to the source code of this file.
Classes | |
| class | oomph::Vector< _Tp > |
| class | oomph::Vector< bool > |
Namespaces | |
| oomph | |
| DRAIG: Change all instances of (SPATIAL_DIM) to (DIM-1). | |
| oomph::VectorHelpers | |
| Namespace for helper functions for Vector<double> | |
Functions | |
| void | oomph::VectorHelpers::check_lengths_match (const Vector< double > &a, const Vector< double > &b) |
| Check the lengths if two Vectors are the same length. More... | |
| double | oomph::VectorHelpers::dot (const Vector< double > &a, const Vector< double > &b) |
| double | oomph::VectorHelpers::magnitude (const Vector< double > &a) |
| Get the magnitude of a vector. More... | |
| double | oomph::VectorHelpers::angle (const Vector< double > &a, const Vector< double > &b) |
| Get the angle between two vector. More... | |
| void | oomph::VectorHelpers::cross (const Vector< double > &A, const Vector< double > &B, Vector< double > &C) |
| Vector< double > | oomph::VectorHelpers::cross (const Vector< double > &A, const Vector< double > &B) |