Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Teuchos_MatrixMarket_SetScientific.hpp
Go to the documentation of this file.
1 // @HEADER
2 // *****************************************************************************
3 // Tpetra: Templated Linear Algebra Services Package
4 //
5 // Copyright 2008 NTESS and the Tpetra contributors.
6 // SPDX-License-Identifier: BSD-3-Clause
7 // *****************************************************************************
8 // @HEADER
9 
10 #ifndef TEUCHOS_MATRIX_MARKET_SET_SCIENTIFIC_HPP
11 #define TEUCHOS_MATRIX_MARKET_SET_SCIENTIFIC_HPP
12 
13 // TODO: THIS BACKWARDS COMPATIBILITY HEADER SHOULD BE REMOVED SOON!
14 
16 
17 namespace Teuchos {
18 namespace MatrixMarket {
19 namespace details {
21 }}} // namespace Teuchos
22 
23 #endif // TEUCHOS_MATRIX_MARKET_SET_SCIENTIFIC_HPP
24 
Temporarily make an output stream use scientific notation with sufficient precision.