5 # ifndef VCCC_MATH_MATRIX_MAT_EXPR_OPERATIONS_HPP
6 # define VCCC_MATH_MATRIX_MAT_EXPR_OPERATIONS_HPP
16 for(
int i=0; i<lhs.
size; ++i)
17 if(lhs(i) != rhs(i))
return false;
Definition: matrix_base.hpp:20
@ size
Definition: matrix_base.hpp:29
Definition: directory.h:12
constexpr bool operator!=(const MatrixBase< E1 > &lhs, const MatrixBase< E2 > &rhs)
Definition: mat_expr_operations.hpp:23
constexpr VCCC_INLINE_OR_STATIC detail::element_niebloid< 1 > value
Definition: key_value.hpp:35
constexpr bool operator==(const MatrixBase< E1 > &lhs, const MatrixBase< E2 > &rhs)
Definition: mat_expr_operations.hpp:15