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 | Functions
PlanarTemperatureGradient.hpp File Reference
#include <array>
#include <cstddef>
#include <functional>
#include <ostream>
#include "Angle.hpp"
#include "DimensionalPlanarVector.hpp"
#include "PlanarDirection.hpp"
#include "PlanarVector.hpp"
#include "ScalarTemperatureGradient.hpp"
#include "Unit/TemperatureGradient.hpp"

Go to the source code of this file.

Classes

class  PhQ::PlanarTemperatureGradient< NumericType >
 Two-dimensional Euclidean temperature gradient vector in the XY plane. Contains two components in Cartesian coordinates: x and y. For a three-dimensional Euclidean temperature gradient vector, see PhQ::TemperatureGradient. For scalar temperature gradient components or for the magnitude of a temperature gradient vector, see PhQ::ScalarTemperatureGradient. More...
 

Namespaces

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

Functions

template<typename NumericType >
constexpr bool PhQ::operator== (const PlanarTemperatureGradient< NumericType > &left, const PlanarTemperatureGradient< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator!= (const PlanarTemperatureGradient< NumericType > &left, const PlanarTemperatureGradient< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator< (const PlanarTemperatureGradient< NumericType > &left, const PlanarTemperatureGradient< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator> (const PlanarTemperatureGradient< NumericType > &left, const PlanarTemperatureGradient< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator<= (const PlanarTemperatureGradient< NumericType > &left, const PlanarTemperatureGradient< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator>= (const PlanarTemperatureGradient< NumericType > &left, const PlanarTemperatureGradient< NumericType > &right) noexcept
 
template<typename NumericType >
std::ostream & PhQ::operator<< (std::ostream &stream, const PlanarTemperatureGradient< NumericType > &planar_temperature_gradient)
 
template<typename NumericType >
constexpr PlanarTemperatureGradient< NumericType > PhQ::operator* (const NumericType number, const PlanarTemperatureGradient< NumericType > &planar_temperature_gradient)