Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Stokhos_ProductEpetraMultiVectorOperator.hpp
Go to the documentation of this file.
1 // @HEADER
2 // *****************************************************************************
3 // Stokhos Package
4 //
5 // Copyright 2009 NTESS and the Stokhos contributors.
6 // SPDX-License-Identifier: BSD-3-Clause
7 // *****************************************************************************
8 // @HEADER
9 
10 #ifndef STOKHOS_PRODUCT_EPETRA_MULTIVECTOR_OPERATOR_HPP
11 #define STOKHOS_PRODUCT_EPETRA_MULTIVECTOR_OPERATOR_HPP
12 
15 
16 namespace Stokhos {
17 
22  public virtual ProductEpetraOperator {
23  public:
24 
26  typedef double value_type;
27 
29  typedef int ordinal_type;
30 
36  bool is_multi_vec_transposed);
37 
39 
43 
46 
48 
53 
56 
57  protected:
58 
61 
62  }; // class ProductEpetraMultiVectorOperator
63 
64 } // end namespace Stokhos
65 
66 #endif // STOKHOS_PRODUCT_EPETRA_MULTIVECTOR_OPERATOR_HPP
ProductEpetraMultiVectorOperator(const Teuchos::RCP< ProductEpetraMultiVector > &product_mv, bool is_multi_vec_transposed)
Create ProductEpetraOperator out of ProductEpetraMultiVector.
A container class for products of Epetra_Vector&#39;s.
A container class for products of Epetra_Vector&#39;s.
Teuchos::RCP< ProductEpetraMultiVector > product_mv
The product multi-vector.
Teuchos::RCP< ProductEpetraMultiVector > productMultiVector() const
Get product multi vector.
ProductEpetraMultiVectorOperator & operator=(const ProductEpetraMultiVectorOperator &v)
Assignment.