Compare Operators

Defined in tmech/tensor/tensor.h

Warning

doxygenfunction: Unable to resolve multiple matches for function “operator<” with arguments ((_TensorLHS&&, _TensorRHS&&)) in doxygen xml output for project “tmech” from directory: _build/xml. Potential matches:

- template<typename _TensorLHS, typename _TensorRHS, typename std::enable_if_t<is_tensor_type<typename std::decay<_TensorLHS>::type>::value>* = nullptr, typename std::enable_if_t<is_tensor_type<typename std::decay<_TensorRHS>::type>::value>* = nullptr> constexpr auto operator<(_TensorLHS &&__lhs, _TensorRHS &&__rhs) noexcept

Warning

doxygenfunction: Unable to resolve multiple matches for function “operator<=” with arguments ((_TensorLHS&&, _TensorRHS&&)) in doxygen xml output for project “tmech” from directory: _build/xml. Potential matches:

- template<typename _TensorLHS, typename _TensorRHS, typename std::enable_if_t<is_tensor_type<typename std::decay<_TensorLHS>::type>::value>* = nullptr, typename std::enable_if_t<is_tensor_type<typename std::decay<_TensorRHS>::type>::value>* = nullptr> constexpr auto operator<=(_TensorLHS &&__lhs, _TensorRHS &&__rhs) noexcept

Warning

doxygenfunction: Unable to resolve multiple matches for function “operator>” with arguments ((_TensorLHS&&, _TensorRHS&&)) in doxygen xml output for project “tmech” from directory: _build/xml. Potential matches:

- template<typename _TensorLHS, typename _TensorRHS, typename std::enable_if_t<is_tensor_type<typename std::decay<_TensorLHS>::type>::value>* = nullptr, typename std::enable_if_t<is_tensor_type<typename std::decay<_TensorRHS>::type>::value>* = nullptr> constexpr auto operator>(_TensorLHS &&__lhs, _TensorRHS &&__rhs) noexcept

Warning

doxygenfunction: Unable to resolve multiple matches for function “operator>=” with arguments ((_TensorLHS&&, _TensorRHS&&)) in doxygen xml output for project “tmech” from directory: _build/xml. Potential matches:

- template<typename _TensorLHS, typename _TensorRHS, typename std::enable_if_t<is_tensor_type<typename std::decay<_TensorLHS>::type>::value>* = nullptr, typename std::enable_if_t<is_tensor_type<typename std::decay<_TensorRHS>::type>::value>* = nullptr> constexpr auto operator>=(_TensorLHS &&__lhs, _TensorRHS &&__rhs) noexcept

Warning

doxygenfunction: Unable to resolve multiple matches for function “operator==” with arguments ((_TensorLHS&&, _TensorRHS&&)) in doxygen xml output for project “tmech” from directory: _build/xml. Potential matches:

- template<typename _TensorLHS, typename _TensorRHS, typename std::enable_if_t<is_tensor_type<typename std::decay<_TensorLHS>::type>::value>* = nullptr, typename std::enable_if_t<is_tensor_type<typename std::decay<_TensorRHS>::type>::value>* = nullptr> constexpr auto operator==(_TensorLHS &&__lhs, _TensorRHS &&__rhs) noexcept

Warning

doxygenfunction: Unable to resolve multiple matches for function “operator!=” with arguments ((_TensorLHS&&, _TensorRHS&&)) in doxygen xml output for project “tmech” from directory: _build/xml. Potential matches:

- template<typename _TensorLHS, typename _TensorRHS, typename std::enable_if_t<is_tensor_type<typename std::decay<_TensorLHS>::type>::value>* = nullptr, typename std::enable_if_t<is_tensor_type<typename std::decay<_TensorRHS>::type>::value>* = nullptr> constexpr auto operator!=(_TensorLHS &&__lhs, _TensorRHS &&__rhs) noexcept