Belos Package Browser (Single Doxygen Collection) Development
Loading...
Searching...
No Matches
Namespaces | Functions
BelosSolverFactory.cpp File Reference
#include "BelosSolverFactory.hpp"
#include <locale>
Include dependency graph for BelosSolverFactory.cpp:

Go to the source code of this file.

Namespaces

namespace  Belos
 
namespace  Belos::Impl
 

Functions

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.