Teuchos::PolynomialTraits< Scalar > Class Template Reference
Traits class for polynomial coefficients in
Teuchos::Polynomial.
More...
#include <Teuchos_PolynomialTraits.hpp>
List of all members.
Detailed Description
template<typename Scalar>
class Teuchos::PolynomialTraits< Scalar >
Traits class for polynomial coefficients in
Teuchos::Polynomial.
This class provides traits for implementing Teuchos::Polynomial. The default template definition here will work for any scalar type. Any other coefficient type for Teuchos::Polynomial should provide a specialization of this traits class for that type that mirrors the default definition below.
Definition at line 45 of file Teuchos_PolynomialTraits.hpp.
Member Typedef Documentation
template<typename Scalar>
template<typename Scalar>
Member Function Documentation
template<typename Scalar>
template<typename Scalar>
template<typename Scalar>
template<typename Scalar>
The documentation for this class was generated from the following file: