Encapsulate various orthogonalization (ie QR) methods.
More...
#include <Stokhos_OrthogonalizationFactory.hpp>
|
typedef Teuchos::SerialDenseMatrix< ordinal_type, value_type > | SDM |
|
|
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 .
|
|
template<typename ordinal_type, typename value_type>
class Stokhos::OrthogonalizationFactory< ordinal_type, value_type >
Encapsulate various orthogonalization (ie QR) methods.
◆ OrthogonalizationFactory()
template<typename ordinal_type , typename value_type >
Constructor.
- Parameters
-
params | Parameter dictating choice of reduction method |
The documentation for this class was generated from the following file:
- Stokhos_OrthogonalizationFactory.hpp