walberla::debug::check_functions_detail Namespace Reference

Functions

template<>
bool check_float_equal (const math::Matrix3< real_t > &lhs, const math::Matrix3< real_t > &rhs)
 
template<>
bool check_float_equal_eps (const math::Matrix3< real_t > &lhs, const math::Matrix3< real_t > &rhs, const real_t epsilon)
 
template<>
bool check_float_equal (const math::Quaternion< real_t > &lhs, const math::Quaternion< real_t > &rhs)
 
template<>
bool check_float_equal_eps (const math::Quaternion< real_t > &lhs, const math::Quaternion< real_t > &rhs, const real_t epsilon)
 
template<>
bool check_float_equal (const math::Vector3< real_t > &lhs, const math::Vector3< real_t > &rhs)
 
template<>
bool check_float_equal_eps (const math::Vector3< real_t > &lhs, const math::Vector3< real_t > &rhs, const real_t epsilon)
 

Function Documentation

◆ check_float_equal() [1/3]

template<>
bool walberla::debug::check_functions_detail::check_float_equal ( const math::Matrix3< real_t > &  lhs,
const math::Matrix3< real_t > &  rhs 
)
inline

◆ check_float_equal() [2/3]

template<>
bool walberla::debug::check_functions_detail::check_float_equal ( const math::Quaternion< real_t > &  lhs,
const math::Quaternion< real_t > &  rhs 
)
inline

◆ check_float_equal() [3/3]

template<>
bool walberla::debug::check_functions_detail::check_float_equal ( const math::Vector3< real_t > &  lhs,
const math::Vector3< real_t > &  rhs 
)
inline

◆ check_float_equal_eps() [1/3]

template<>
bool walberla::debug::check_functions_detail::check_float_equal_eps ( const math::Matrix3< real_t > &  lhs,
const math::Matrix3< real_t > &  rhs,
const real_t  epsilon 
)
inline

◆ check_float_equal_eps() [2/3]

template<>
bool walberla::debug::check_functions_detail::check_float_equal_eps ( const math::Quaternion< real_t > &  lhs,
const math::Quaternion< real_t > &  rhs,
const real_t  epsilon 
)
inline

◆ check_float_equal_eps() [3/3]

template<>
bool walberla::debug::check_functions_detail::check_float_equal_eps ( const math::Vector3< real_t > &  lhs,
const math::Vector3< real_t > &  rhs,
const real_t  epsilon 
)
inline