Teuchos - Trilinos Tools Package Version of the Day
Loading...
Searching...
No Matches
Teuchos_MatrixMarket_SetScientific.hpp
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
15#include <Teuchos_SetScientific.hpp>
16
17namespace Teuchos {
18namespace MatrixMarket {
19namespace 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.
Matrix Market file utilities.
The Teuchos namespace contains all of the classes, structs and enums used by Teuchos,...
Teuchos implementation details.