Stokhos  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Types | Public Member Functions | Static Public Member Functions | List of all members
Stokhos::OrthogonalizationFactory< ordinal_type, value_type > Class Template Reference

Encapsulate various orthogonalization (ie QR) methods. More...

#include <Stokhos_OrthogonalizationFactory.hpp>

Public Types

typedef
Teuchos::SerialDenseMatrix
< ordinal_type, value_type > 
SDM
 

Public Member Functions

 OrthogonalizationFactory ()
 Constructor. More...
 
virtual ~OrthogonalizationFactory ()
 Destructor.
 

Static Public Member Functions

static ordinal_type createOrthogonalBasis (const std::string &method, value_type threshold, bool verbose, const SDM &A, const Teuchos::Array< value_type > &w, SDM &Q, SDM &R, Teuchos::Array< ordinal_type > &piv)
 Create orthogonal basis via the method indicated by method.
 

Detailed Description

template<typename ordinal_type, typename value_type>
class Stokhos::OrthogonalizationFactory< ordinal_type, value_type >

Encapsulate various orthogonalization (ie QR) methods.

Constructor & Destructor Documentation

template<typename ordinal_type , typename value_type >
Stokhos::OrthogonalizationFactory< ordinal_type, value_type >::OrthogonalizationFactory ( )
inline

Constructor.

Parameters
paramsParameter dictating choice of reduction method

The documentation for this class was generated from the following file: