#include <BelosConfigDefs.hpp>
#include <BelosOutputManager.hpp>
#include <BelosSolverManager.hpp>
#include "Belos_Details_EBelosSolverType.hpp"
#include "BelosCustomSolverFactory.hpp"
#include <Teuchos_Describable.hpp>
#include <Teuchos_StandardCatchMacros.hpp>
#include <Teuchos_TypeNameTraits.hpp>
#include <map>
#include <sstream>
#include <stdexcept>
#include <vector>
#include "BelosSolverFactory_Belos.hpp"
Go to the source code of this file.
|
| void | Belos::Impl::printStringArray (std::ostream &out, const Teuchos::ArrayView< const std::string > &array) |
| | Print the given array of strings, in YAML format, to out.
|
| |
| void | Belos::Impl::printStringArray (std::ostream &out, const std::vector< std::string > &array) |
| | Print the given array of strings, in YAML format, to out.
|
| |
| std::string | Belos::Impl::upperCase (const std::string &s) |
| | Return the upper-case version of s.
|
| |
| template<class SolverClass , class Scalar , class MV , class OP , class DM = DefaultDenseMatrix<int,Scalar>> |
| void | Belos::Impl::registerSolverSubclassForTypes (const std::string &solverName) |
| |