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

◆ initialize_buffer_cl()

template<typename T >
void stan::math::matrix_cl< T >::initialize_buffer_cl ( const matrix_cl< T > &  A)
inlineprivateinherited

Initializes the OpenCL buffer of this matrix by copying the data from given matrix_cl.

Assumes that size of this is already set and matches the size of given matrix.

Parameters
Amatrix_cl

Definition at line 649 of file matrix_cl.hpp.