58 Kokkos::View< VectorValue** , Kokkos::LayoutLeft , Kokkos::OpenMP > ,
59 Kokkos::View< VectorValue** , Kokkos::LayoutLeft , Kokkos::OpenMP > >
62 typedef MultiplyImpl<ValueType, MatrixValue, VectorValue, Kokkos::OpenMP>
impl_type;
69 impl_type::apply(A,x,y);