Thyra Version of the Day
Loading...
Searching...
No Matches
Teuchos::PolynomialTraits< Thyra::VectorBase< Scalar > > Class Template Reference

Specilization of Teuchos::PolynomialTraits for Thyra vectors. More...

#include <Thyra_PolynomialVectorTraits.hpp>

Inheritance diagram for Teuchos::PolynomialTraits< Thyra::VectorBase< Scalar > >:

Public Types

typedef Thyra::VectorBase< Scalar > coeff_type
 Typename of coefficients.
typedef Scalar scalar_type
 Typename of scalars.

Static Public Member Functions

static Teuchos::RCP< coeff_typeclone (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

Detailed Description

template<typename Scalar>
class Teuchos::PolynomialTraits< Thyra::VectorBase< Scalar > >

Specilization of Teuchos::PolynomialTraits for Thyra vectors.

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 27 of file Thyra_PolynomialVectorTraits.hpp.

Member Typedef Documentation

◆ coeff_type

template<typename Scalar>
typedef Thyra::VectorBase<Scalar> Teuchos::PolynomialTraits< Thyra::VectorBase< Scalar > >::coeff_type

Typename of coefficients.

Definition at line 31 of file Thyra_PolynomialVectorTraits.hpp.

◆ scalar_type

template<typename Scalar>
typedef Scalar Teuchos::PolynomialTraits< Thyra::VectorBase< Scalar > >::scalar_type

Typename of scalars.

Definition at line 34 of file Thyra_PolynomialVectorTraits.hpp.

Member Function Documentation

◆ clone()

template<typename Scalar>
Teuchos::RCP< coeff_type > Teuchos::PolynomialTraits< Thyra::VectorBase< Scalar > >::clone ( const coeff_type & c)
inlinestatic

Clone a coefficient.

Definition at line 37 of file Thyra_PolynomialVectorTraits.hpp.

◆ copy()

template<typename Scalar>
void Teuchos::PolynomialTraits< Thyra::VectorBase< Scalar > >::copy ( const coeff_type & x,
coeff_type * y )
inlinestatic

Copy a coefficient.

Definition at line 42 of file Thyra_PolynomialVectorTraits.hpp.

◆ assign()

template<typename Scalar>
void Teuchos::PolynomialTraits< Thyra::VectorBase< Scalar > >::assign ( coeff_type * y,
const scalar_type & alpha )
inlinestatic

Assign a scalar to a coefficient.

Definition at line 47 of file Thyra_PolynomialVectorTraits.hpp.

◆ update()

template<typename Scalar>
void Teuchos::PolynomialTraits< Thyra::VectorBase< Scalar > >::update ( coeff_type * y,
const coeff_type & x,
const scalar_type & beta )
inlinestatic

y = x + beta*y

Definition at line 52 of file Thyra_PolynomialVectorTraits.hpp.


The documentation for this class was generated from the following file: