Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Construct a matrix_cl<T> from an existing cl::Buffer object.
The matrix directly uses given buffer - no copying is done.
A | the cl::Buffer object to construct the matrix from |
R | number of rows |
C | number of columns |
partial_view | view of the matrix |
Definition at line 190 of file matrix_cl.hpp.