9 template <
typename LhsDenseVec,
typename RhsDenseVec,
typename Type>
10 inline decltype(
auto)
outer(dense_vector<LhsDenseVec, Type> const& lhs,
11 dense_vector<RhsDenseVec, Type> const& rhs);
15 #include <mgcpp/operations/outer.tpp> Definition: adapter_base.hpp:12
decltype(auto) outer(dense_vector< LhsDenseVec, Type > const &lhs, dense_vector< RhsDenseVec, Type > const &rhs)