Physical Quantities  v1.0.0
C++ library of physical quantities, physical models, and units of measure for scientific computing. https://github.com/acodcha/phq
Classes | Namespaces
DimensionalVector.hpp File Reference
#include <cstddef>
#include <functional>
#include <ostream>
#include <string>
#include "Base.hpp"
#include "Dimensions.hpp"
#include "Unit.hpp"
#include "Vector.hpp"

Go to the source code of this file.

Classes

class  PhQ::DimensionalVector< UnitType, NumericType >
 Abstract base class that represents any dimensional vector physical quantity. Such a physical quantity is composed of a value and a unit of measure where the value is a three-dimensional vector. More...
 

Namespaces

 PhQ
 Namespace that encompasses all of the Physical Quantities library's content.