Tpetra parallel linear algebra  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
TpetraExt_TripleMatrixMultiply.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 "TpetraExt_TripleMatrixMultiply.hpp"
11 
12 #ifdef HAVE_TPETRA_EXPLICIT_INSTANTIATION
13 
14 #include "TpetraCore_ETIHelperMacros.h"
16 
17 namespace Tpetra {
18 
19  TPETRA_ETI_MANGLING_TYPEDEFS()
20 
21  TPETRA_INSTANTIATE_SLGN_NO_ORDINAL_SCALAR(TPETRA_TRIPLEMATRIXMULTIPLY_INSTANT)
22 
23 } // namespace Tpetra
24 
25 #endif // HAVE_TPETRA_EXPLICIT_INSTANTIATION