#include <Thyra_PolynomialVectorTraits.hpp>
Public Types | |
| typedef Thyra::VectorBase< Scalar > | coeff_type |
| Typename of coefficients. | |
| typedef Scalar | scalar_type |
| Typename of scalars. | |
Static Public Member Functions | |
| Teuchos::RefCountPtr< coeff_type > | clone (const coeff_type &c) |
| Clone a coefficient. | |
| void | copy (const coeff_type &x, coeff_type *y) |
| Copy a coefficient. | |
| void | assign (coeff_type *y, const scalar_type &alpha) |
| Assign a scalar to a coefficient. | |
| 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 Thyra::VectorBase vectors, allowing these vectors to be coefficients in the Teuchos::Polynomial.
Definition at line 44 of file Thyra_PolynomialVectorTraits.hpp.
|
|||||
|
Typename of coefficients.
Definition at line 48 of file Thyra_PolynomialVectorTraits.hpp. |
|
|||||
|
Typename of scalars.
Definition at line 51 of file Thyra_PolynomialVectorTraits.hpp. |
|
||||||||||
|
Clone a coefficient.
Definition at line 54 of file Thyra_PolynomialVectorTraits.hpp. |
|
||||||||||||||||
|
Copy a coefficient.
Definition at line 59 of file Thyra_PolynomialVectorTraits.hpp. |
|
||||||||||||||||
|
Assign a scalar to a coefficient.
Definition at line 64 of file Thyra_PolynomialVectorTraits.hpp. |
|
||||||||||||||||||||
|
y = x + beta*y
Definition at line 69 of file Thyra_PolynomialVectorTraits.hpp. |
1.3.9.1