Loading [MathJax]/extensions/TeX/AMSsymbols.js
Automatic Differentiation
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

◆ from_matrix_cl() [4/7]

template<typename T , require_all_kernel_expressions_t< T > * = nullptr>
auto stan::math::from_matrix_cl ( const T &  src)

Copies the source kernel generator expression or matrix that is stored on the OpenCL device to the destination Eigen matrix.

Template Parameters
Tsource type
Parameters
srcexpression or source matrix on the OpenCL device
Returns
Eigen matrix with a copy of the data in the source matrix

Definition at line 235 of file copy.hpp.