|
Tpetra Matrix/Vector Services
Version of the Day
|
An example of a multi-precision algorithm, using a flexible preconditioned CG with recursive precision. More...
#include <Teuchos_CommandLineProcessor.hpp>#include <Teuchos_GlobalMPISession.hpp>#include <Teuchos_oblackholestream.hpp>#include <Teuchos_XMLParameterListHelpers.hpp>#include <Tpetra_DefaultPlatform.hpp>#include <Tpetra_HybridPlatform.hpp>#include <TpetraExt_TypeStack.hpp>#include <iostream>#include "MultiPrecDriver.hpp"Go to the source code of this file.
An example of a multi-precision algorithm, using a flexible preconditioned CG with recursive precision.
Definition in file MultiPrecExample_double_float.cpp.
1.7.6.1