![]() |
Eigen-unsupported
3.3.9
|
#include <unsupported/Eigen/CXX11/src/Tensor/TensorDevice.h>
Pseudo expression providing an operator = that will evaluate its argument on the specified computing 'device' (GPU, thread pool, ...)
Example: C.device(EIGEN_GPU) = A + B;
Todo: operator *= and /=.