Teuchos - Trilinos Tools Package Version of the Day
Loading...
Searching...
No Matches
Teuchos_FloatingPointTrap.hpp
1// @HEADER
2// *****************************************************************************
3// Teuchos: Common Tools Package
4//
5// Copyright 2004 NTESS and the Teuchos contributors.
6// SPDX-License-Identifier: BSD-3-Clause
7// *****************************************************************************
8// @HEADER
9
10#ifndef TEUCHOS_FLOATING_POINT_TRAP_HPP
11#define TEUCHOS_FLOATING_POINT_TRAP_HPP
12
14
15namespace Teuchos {
16
17
26
27
39
40
42
43
44} // namespace Teuchos
45
46
47#endif // TEUCHOS_FLOATING_POINT_TRAP_HPP
Teuchos header file which uses auto-configuration information to include necessary C++ headers.
Smart reference counting pointer class for automatic garbage collection.
The Teuchos namespace contains all of the classes, structs and enums used by Teuchos,...
void doFloatingPointTrap(bool enableTrap)
Turn on or off a floating point trap.