Stan Math Library
4.9.0
Automatic Differentiation
|
|
inlineinherited |
Stores zeros in the strict's triangular part (excluding the diagonal) of a matrix on the OpenCL device.
Supports writing zeroes to the lower and upper triangular. Throws if used with the Entire matrix_cl_view.
view | Specifies if zeros are assigned to the lower triangular or upper triangular. The value must be of type matrix_cl_view |
<code>std::invalid_argument</code> | if the matrix_view parameter is Entire. |
Definition at line 32 of file zeros_strict_tri.hpp.