ALPSCore reference
|
#include <alps/type_traits/average_type.hpp>
#include <alps/type_traits/element_type.hpp>
#include <alps/type_traits/is_sequence.hpp>
#include <alps/type_traits/covariance_type.hpp>
#include <complex>
#include <type_traits>
Go to the source code of this file.
Namespaces | |
alps | |
alps::numeric | |
Functions | |
template<class T > | |
std::enable_if<!is_sequence< T >::value, typename covariance_type< T >::type >::type | alps::numeric::outer_product (T a, T b) |
template<class T > | |
std::complex< T > | alps::numeric::outer_product (std::complex< T > const &a, std::complex< T > const &b) |
template<class T > | |
std::enable_if< is_sequence< T >::value, typename covariance_type< T >::type >::type | alps::numeric::outer_product (T a, T b) |