Tpetra parallel linear algebra  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
MatrixMarket_Tpetra.cpp
1 // @HEADER
2 // *****************************************************************************
3 // Tpetra: Templated Linear Algebra Services Package
4 //
5 // Copyright 2008 NTESS and the Tpetra contributors.
6 // SPDX-License-Identifier: BSD-3-Clause
7 // *****************************************************************************
8 // @HEADER
9 
10 #include <Tpetra_ConfigDefs.hpp>
11 
12 #ifdef HAVE_TPETRA_EXPLICIT_INSTANTIATION
13 # include <MatrixMarket_Tpetra.hpp>
14 #endif // HAVE_TPETRA_EXPLICIT_INSTANTIATION
Matrix Market file readers and writers for Tpetra objects.