![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
Go to the source code of this file.
Classes | |
class | MatrixSum< LhsType, RhsType > |
Namespaces | |
vccc | |
Functions | |
template<typename E1 , typename E2 , std::enable_if_t< internal::math::is_same_size< E1, E2 >::value, int > = 0> | |
constexpr MatrixSum< E1, E2 > | operator+ (const MatrixBase< E1 > &lhs, const MatrixBase< E2 > &rhs) |