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