|
AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
|
This file contains the class definition of Inlet's InletVector class, which wraps Primal's Vector class. More...
Classes | |
| struct | axom::inlet::InletVector |
| A wrapper over Primal's Vector3D that also includes dimension information. More... | |
| struct | axom::fmt::formatter< axom::inlet::InletVector > |
| Overload to format an inlet::InletVector using fmt. More... | |
Namespaces | |
| axom | |
| axom::inlet | |
Functions | |
| bool | axom::inlet::operator== (const InletVector &u, const InletVector &v) |
| Compares two InletVectors. More... | |
| std::ostream & | axom::inlet::operator<< (std::ostream &os, const InletVector &v) |
| "Prints" the vector to a stream More... | |
This file contains the class definition of Inlet's InletVector class, which wraps Primal's Vector class.