Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include "Stokhos_Tpetra_UQ_PCE.hpp"
#include "Stokhos_Tpetra_MP_Vector.hpp"
#include "Tpetra_CrsMatrix.hpp"
Go to the source code of this file.
Namespaces | |
Stokhos | |
Top-level namespace for Stokhos classes and functions. | |
Stokhos::Impl | |
Functions | |
template<typename Scalar , typename LO , typename GO , typename N > | |
Teuchos::RCP < Tpetra::CrsMatrix< Scalar, LO, GO, N > > | Stokhos::build_mean_matrix (const Tpetra::CrsMatrix< Scalar, LO, GO, N > &A) |
template<typename Scalar , typename LO , typename GO , typename N > | |
Teuchos::RCP < Tpetra::CrsMatrix< typename Scalar::value_type, LO, GO, N > > | Stokhos::build_mean_scalar_matrix (const Tpetra::CrsMatrix< Scalar, LO, GO, N > &A) |
template<typename DstView , typename SrcView > | |
void | Stokhos::copy_pce_to_scalar (const DstView &dst, const SrcView &src) |
template<typename DstView , typename SrcView > | |
void | Stokhos::copy_scalar_to_pce (const DstView &dst, const SrcView &src) |