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

◆ from_eigen_uplo_type()

matrix_cl_view stan::math::from_eigen_uplo_type ( Eigen::UpLoType  eigen_type)
inline

Creates a view from Eigen::UpLoType.

Eigen::Lower, Eigen::StrictlyLower and Eigen::UnitLower become PartialViewCL::Lower. Similar for Upper. Any other view becomes PartialViewCL::Entire.

Parameters
eigen_typeUpLoType to create a view from
Returns
view

Definition at line 86 of file matrix_cl_view.hpp.