diff --git a/sparse/src/KokkosSparse_BsrMatrix.hpp b/sparse/src/KokkosSparse_BsrMatrix.hpp index 06a9ad92cf..08df2c55a9 100644 --- a/sparse/src/KokkosSparse_BsrMatrix.hpp +++ b/sparse/src/KokkosSparse_BsrMatrix.hpp @@ -361,7 +361,8 @@ class BsrMatrix { typedef SizeType size_type; //! Type of a host-memory mirror of the sparse matrix. - typedef BsrMatrix + typedef BsrMatrix HostMirror; //! Type of the graph structure of the sparse matrix. typedef Kokkos::StaticCrsGraph