Template Function cif::operator*(const matrix_expression<M1>&, T)
Defined in File matrix.hpp
Function Documentation
-
template<typename M1, typename T, std::enable_if_t<std::is_floating_point_v<T>, int> = 0>
auto cif::operator*(const matrix_expression<M1> &m, T v) First implementation of operator*, enabled if the second parameter is a scalar