31  using XVectorType   = 
typename MultiVectorLocalView::const_type;
 
   33  using SPMVHandle    = KokkosSparse::SPMVHandle<typename LocalMatrix::device_type, LocalMatrix, XVectorType, YVectorType>;
 
   34  using SPMVHandleInt = KokkosSparse::SPMVHandle<typename LocalMatrix::device_type, IntLocalMatrix, XVectorType, YVectorType>;
 
   43  SPMVHandleInt handle_int;