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

Go to the source code of this file.

Classes

class  MatrixMulMatrix< LhsType, RhsType >
 

Namespaces

 vccc
 

Functions

template<typename E1 , typename E2 , std::enable_if_t<(internal::math::traits< E1 >::cols==internal::math::traits< E2 >::rows), int > = 0>
constexpr MatrixMulMatrix< E1, E2 > operator* (const MatrixBase< E1 > &lhs, const MatrixBase< E2 > &rhs)