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
TemperatureGradient.hpp File Reference
#include <array>
#include <cstddef>
#include <functional>
#include <ostream>
#include "Angle.hpp"
#include "DimensionalVector.hpp"
#include "Direction.hpp"
#include "PlanarTemperatureGradient.hpp"
#include "ScalarTemperatureGradient.hpp"
#include "Unit/TemperatureGradient.hpp"
#include "Vector.hpp"

Go to the source code of this file.

Classes

class  PhQ::TemperatureGradient< NumericType >
 Three-dimensional Euclidean temperature gradient vector. Contains three components in Cartesian coordinates: x, y, and z. For a two-dimensional Euclidean temperature gradient vector in the XY plane, see PhQ::PlanarTemperatureGradient. 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 TemperatureGradient< NumericType > &left, const TemperatureGradient< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator!= (const TemperatureGradient< NumericType > &left, const TemperatureGradient< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator< (const TemperatureGradient< NumericType > &left, const TemperatureGradient< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator> (const TemperatureGradient< NumericType > &left, const TemperatureGradient< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator<= (const TemperatureGradient< NumericType > &left, const TemperatureGradient< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator>= (const TemperatureGradient< NumericType > &left, const TemperatureGradient< NumericType > &right) noexcept
 
template<typename NumericType >
std::ostream & PhQ::operator<< (std::ostream &stream, const TemperatureGradient< NumericType > &temperature_gradient)
 
template<typename NumericType >
constexpr TemperatureGradient< NumericType > PhQ::operator* (const NumericType number, const TemperatureGradient< NumericType > &temperature_gradient)