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