Thyra Version of the Day
Loading...
Searching...
No Matches
Thyra_DefaultMultiVectorProductVector.cpp
1// @HEADER
2// *****************************************************************************
3// Thyra: Interfaces and Support for Abstract Numerical Algorithms
4//
5// Copyright 2004 NTESS and the Thyra contributors.
6// SPDX-License-Identifier: BSD-3-Clause
7// *****************************************************************************
8// @HEADER
9
10#include "Thyra_DefaultMultiVectorProductVector_decl.hpp"
11
12#ifdef HAVE_THYRA_EXPLICIT_INSTANTIATION
13
14#include "Thyra_DefaultMultiVectorProductVector_def.hpp"
16
17namespace Thyra {
18
20
21} // namespace Thyra
22
23#endif // HAVE_THYRA_EXPLICIT_INSTANTIATION
#define TEUCHOS_CLASS_TEMPLATE_INSTANT_SCALAR_TYPES(CLASSNAME)
Concrete implementation of a product vector which is really composed out of the columns of a multi-ve...