Belos  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Functions
Belos::Impl Namespace Reference

Classes

class  SolverFactoryParent
 Specializations of Belos::SolverFactory may inherit from this class to get basic SolverFactory functionality. More...
 
class  SolverFactorySelector
 
class  SolverFactorySelector< double, MultiVec< double >, Operator< double > >
 
class  SolverFactorySelector< float, MultiVec< float >, Operator< float > >
 

Functions

void printStringArray (std::ostream &out, const Teuchos::ArrayView< const std::string > &array)
 Print the given array of strings, in YAML format, to out. More...
 
void printStringArray (std::ostream &out, const std::vector< std::string > &array)
 Print the given array of strings, in YAML format, to out. More...
 
std::string upperCase (const std::string &s)
 Return the upper-case version of s. More...
 
template<class SolverClass , class Scalar , class MV , class OP >
void registerSolverSubclassForTypes (const std::string &solverName)
 

Function Documentation

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.

Definition at line 49 of file BelosSolverFactory.cpp.

void Belos::Impl::printStringArray ( std::ostream &  out,
const std::vector< std::string > &  array 
)

Print the given array of strings, in YAML format, to out.

Definition at line 65 of file BelosSolverFactory.cpp.

std::string Belos::Impl::upperCase ( const std::string &  s)

Return the upper-case version of s.

Definition at line 79 of file BelosSolverFactory.cpp.

template<class SolverClass , class Scalar , class MV , class OP >
void Belos::Impl::registerSolverSubclassForTypes ( const std::string &  solverName)

Definition at line 278 of file BelosSolverFactory.hpp.


Generated on Thu Mar 28 2024 09:24:31 for Belos by doxygen 1.8.5