|
Teuchos - Trilinos Tools Package
Version of the Day
|
Implementation of SetScientific. More...
#include <Teuchos_MatrixMarket_SetScientific.hpp>
Public Types | |
| typedef Scalar | scalar_type |
| The Scalar type with which SetScientific was specialized. | |
Public Member Functions | |
| SetScientificImpl (std::ostream &out) | |
| ~SetScientificImpl () | |
Implementation of SetScientific.
This class is an implementation detail of SetScientific. Users should use SetScientific, not this class.
| Scalar | A type for which Teuchos::ScalarTraits<Scalar> has a specialization. |
| isFloatingPoint | Whether Scalar is a floating-point type (either real or complex). |
Definition at line 65 of file Teuchos_MatrixMarket_SetScientific.hpp.
| typedef Scalar Teuchos::MatrixMarket::details::SetScientificImpl< Scalar, isFloatingPoint >::scalar_type |
The Scalar type with which SetScientific was specialized.
Reimplemented in Teuchos::MatrixMarket::details::SetScientific< Scalar >.
Definition at line 68 of file Teuchos_MatrixMarket_SetScientific.hpp.
| Teuchos::MatrixMarket::details::SetScientificImpl< Scalar, isFloatingPoint >::SetScientificImpl | ( | std::ostream & | out | ) |
Constructor.
| out | [in/out] Output stream to which to apply the scientific notation flags. |
| Teuchos::MatrixMarket::details::SetScientificImpl< Scalar, isFloatingPoint >::~SetScientificImpl | ( | ) |
Destructor.
The destructor sets the output stream's flags back to their original state, that is, the state before the constructor of this object was called.
1.7.6.1