#include "BelosSolverFactory.hpp"
#include <locale>
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.
|
|