#include <EpetraExt_PolynomialVectorTraits.h>
Public Types | |
| typedef Epetra_Vector | coeff_type |
| Typename of coefficients. | |
| typedef double | scalar_type |
| Typename of scalars. | |
Static Public Member Functions | |
| static Teuchos::RefCountPtr< coeff_type > | clone (const coeff_type &c) |
| Clone a coefficient. | |
| static void | copy (const coeff_type &x, coeff_type *y) |
| Copy a coefficient. | |
| static void | assign (coeff_type *y, const scalar_type &alpha) |
| Assign a scalar to a coefficient. | |
| static void | update (coeff_type *y, const coeff_type &x, const scalar_type &beta) |
| y = x + beta*y | |
This class provides a specilization of Teuchos::PolynomialTraits for Epetra_Vector vectors, allowing these vectors to be coefficients in the Teuchos::Polynomial.
Definition at line 45 of file EpetraExt_PolynomialVectorTraits.h.
| typedef Epetra_Vector Teuchos::PolynomialTraits< Epetra_Vector >::coeff_type |
| typedef double Teuchos::PolynomialTraits< Epetra_Vector >::scalar_type |
| static Teuchos::RefCountPtr<coeff_type> Teuchos::PolynomialTraits< Epetra_Vector >::clone | ( | const coeff_type & | c | ) | [inline, static] |
| static void Teuchos::PolynomialTraits< Epetra_Vector >::copy | ( | const coeff_type & | x, | |
| coeff_type * | y | |||
| ) | [inline, static] |
| static void Teuchos::PolynomialTraits< Epetra_Vector >::assign | ( | coeff_type * | y, | |
| const scalar_type & | alpha | |||
| ) | [inline, static] |
| static void Teuchos::PolynomialTraits< Epetra_Vector >::update | ( | coeff_type * | y, | |
| const coeff_type & | x, | |||
| const scalar_type & | beta | |||
| ) | [inline, static] |
1.4.7