![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
#include "vccc/__math/matrix/matrix_base.hpp"
#include "vccc/__math/matrix/type_helper.hpp"
#include <type_traits>
#include <cassert>
Go to the source code of this file.
Classes | |
class | MatrixMulScalar< LhsType, RhsType > |
Namespaces | |
vccc | |
Functions | |
template<typename LhsType , typename RhsType , std::enable_if_t<!is_matrix< RhsType >::value, int > = 0> | |
constexpr MatrixMulScalar< LhsType, RhsType > | operator* (const MatrixBase< LhsType > &lhs, const RhsType &value) |