Container for multi-dimensional product of 1-D eigenfunctions/values. More...
#include <Stokhos_KL_ProductEigenPair.hpp>
Public Member Functions | |
| ProductEigenPair () | |
| Default constructor. | |
| ProductEigenPair (const Teuchos::Array< OneDEigenPair< value_type > > &eig_pairs_) | |
| Constructor. | |
| value_type | evalEigenfunction (const Teuchos::Array< value_type > &x) const |
| Evaluate eigenfunction at a given point. | |
| void | print (std::ostream &os) const |
| Print eigenpair. | |
Public Attributes | |
| value_type | eig_val |
| Product eigenvalue. | |
|
Teuchos::Array< OneDEigenPair < value_type > > | eig_pairs |
| Eigenpairs for each dimension. | |
Container for multi-dimensional product of 1-D eigenfunctions/values.
1.7.6.1