Copies the source matrix that is stored on the OpenCL device to the destination Eigen matrix.
- Template Parameters
-
T_ret | destination type |
T | scalar in the source matrix |
- Parameters
-
src | source matrix on the OpenCL device |
- Returns
- Eigen matrix with a copy of the data in the source matrix
Definition at line 61 of file copy.hpp.