Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ from_matrix_cl() [2/7]

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

Copies result of a kernel generator expression to the specified destination type.

Template Parameters
T_retdestination type
Ttype of expression
Parameters
srcsource expression
Returns
Eigen matrix with a copy of the data in the source matrix

Definition at line 135 of file copy.hpp.