|
Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
Go to the documentation of this file.
42 #ifndef STOKHOS_EPETRAVECTORORTHOGPOLY_HPP
43 #define STOKHOS_EPETRAVECTORORTHOGPOLY_HPP
164 #endif // STOKHOS_EPETRAVECTORORTHOGPOLY_HPP
Teuchos::RCP< const EpetraExt::MultiComm > product_comm
Product multi-level communicator.
void reset(const Teuchos::RCP< const Stokhos::OrthogPolyBasis< int, double > > &basis, const Teuchos::RCP< const Epetra_BlockMap > &block_map, const Teuchos::RCP< const Epetra_BlockMap > &coeff_map, const Teuchos::RCP< const EpetraExt::MultiComm > &product_comm)
Reset to a new basis.
Teuchos::RCP< const Epetra_BlockMap > product_map
Product map of block vector.
EpetraVectorOrthogPoly & operator=(const EpetraVectorOrthogPoly &v)
Assignment.
void computeStandardDeviation(Epetra_Vector &v) const
Compute standard deviation.
int ordinal_type
Typename of ordinals.
double value_type
Typename of values.
Teuchos::RCP< const Stokhos::OrthogPolyBasis< ordinal_type, value_type > > basis() const
Get basis.
A container class storing an orthogonal polynomial whose coefficients are vectors,...
virtual ~EpetraVectorOrthogPoly()
Destructor.
void computeMean(Epetra_Vector &v) const
Compute mean.
Top-level namespace for Stokhos classes and functions.
Teuchos::RCP< const Epetra_BlockMap > coeff_map
Product map of block vector.
void computeVariance(Epetra_Vector &v) const
Compute variance.
A container class for products of Epetra_Vector's.
A container class storing an orthogonal polynomial whose coefficients are vectors,...
EpetraVectorOrthogPoly()
Constructor with no basis.