7 #ifndef _MGCPP_OPERATIONS_HADAMARD_HPP_ 8 #define _MGCPP_OPERATIONS_HADAMARD_HPP_ 25 template <
typename LhsDenseVec,
typename RhsDenseVec,
typename Type>
26 inline decltype(
auto)
hdmd(dense_vector<LhsDenseVec, Type> const& lhs,
27 dense_vector<RhsDenseVec, Type> const& rhs);
31 #include <mgcpp/operations/hdmd.tpp> decltype(auto) hdmd(dense_vector< LhsDenseVec, Type > const &lhs, dense_vector< RhsDenseVec, Type > const &rhs)
Definition: adapter_base.hpp:12