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
ScalarStrainRate.hpp File Reference
#include <cstddef>
#include <functional>
#include <ostream>
#include "DimensionalScalar.hpp"
#include "Frequency.hpp"
#include "ScalarStrain.hpp"
#include "Time.hpp"
#include "Unit/Frequency.hpp"

Go to the source code of this file.

Classes

class  PhQ::ScalarStrainRate< NumericType >
 Scalar component or resultant of a three-dimensional Euclidean strain rate symmetric dyadic tensor. For the related tensor, see PhQ::StrainRate. See also PhQ::ScalarStrain, PhQ::Time, and PhQ::Frequency. More...
 

Namespaces

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

Functions

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