ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
tensor_product.hpp File Reference
#include "utils/Vector.hpp"
#include "utils/matrix.hpp"
#include <algorithm>
#include <cstddef>
+ Include dependency graph for tensor_product.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Utils
 

Functions

template<typename T , std::size_t N, std::size_t M>
Matrix< T, N, M > Utils::tensor_product (const Vector< T, N > &x, const Vector< T, M > &y)
 
template<typename T , std::size_t N>
Vector< T, N > Utils::tensor_product (const T &x, const Vector< T, N > &y)