.. Copyright (c) 2022, Peter Lenz Distributed under the terms of the BSD 3-Clause License. The full license is in the file LICENSE, distributed with this software. Compare Operators ================= Defined in ``tmech/tensor/tensor.h`` .. _less-op-ref: .. doxygenfunction:: operator<(_TensorLHS &&__tensor_lhs, _TensorRHS &&__tensor_rhs) :project: tmech .. _less-eq-op-ref: .. doxygenfunction:: operator<=(_TensorLHS &&__tensor_lhs, _TensorRHS &&__tensor_rhs) :project: tmech .. _greater-op-ref: .. doxygenfunction:: operator>(_TensorLHS &&__tensor_lhs, _TensorRHS &&__tensor_rhs) :project: tmech .. _greater-eq-op-ref: .. doxygenfunction:: operator>=(_TensorLHS &&__tensor_lhs, _TensorRHS &&__tensor_rhs) :project: tmech .. _equal-op-ref: .. doxygenfunction:: operator==(_TensorLHS &&__lhs, _TensorRHS &&__rhs) :project: tmech .. _nequal-op-ref: .. doxygenfunction:: operator!=(_TensorLHS &&__lhs, _TensorRHS &&__rhs) :project: tmech