mgcpp
A C++ Math Library Based on CUDA
outer.hpp
Go to the documentation of this file.
1 #ifndef OUTER_HPP
2 #define OUTER_HPP
3 
6 
7 namespace mgcpp {
8 namespace strict {
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);
12 }
13 } // namespace mgcpp
14 
15 #include <mgcpp/operations/outer.tpp>
16 #endif // OUTER_HPP
Definition: adapter_base.hpp:12
decltype(auto) outer(dense_vector< LhsDenseVec, Type > const &lhs, dense_vector< RhsDenseVec, Type > const &rhs)