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

◆ invert()

const matrix_cl_view stan::math::invert ( const matrix_cl_view  view)
inline

Inverts a view.

Parts that are zero in the input become nonzero in output and vice versa.

Parameters
viewview to invert
Returns
inverted view

Definition at line 71 of file matrix_cl_view.hpp.