VCCC  2024.05
VisualCamp Common C++ library
mat_expr_operations.hpp File Reference

Go to the source code of this file.

Namespaces

 vccc
 

Functions

template<typename E1 , typename E2 , std::enable_if_t< internal::math::is_same_size< E1, E2 >::value, int > = 0>
constexpr bool operator== (const MatrixBase< E1 > &lhs, const MatrixBase< E2 > &rhs)
 
template<typename E1 , typename E2 , std::enable_if_t< internal::math::is_same_size< E1, E2 >::value, int > = 0>
constexpr bool operator!= (const MatrixBase< E1 > &lhs, const MatrixBase< E2 > &rhs)