|
Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
Go to the documentation of this file.
45 #ifndef STOKHOS_INVERSEPRECONDITIONER_HPP
46 #define STOKHOS_INVERSEPRECONDITIONER_HPP
55 template <
typename ordinal_type,
typename value_type>
88 Result(i,0)=(*UU)(i,0);
99 #endif // STOKHOS_INVERSEPRECONDITIONER_HPP
void factorWithEquilibration(bool flag)
TEUCHOS_DEPRECATED RCP< T > rcp(T *p, Dealloc_T dealloc, bool owns_mem)
InversePreconditioner(const Teuchos::SerialDenseMatrix< ordinal_type, double > &A_)
Constructor.
int setMatrix(const RCP< SerialDenseMatrix< OrdinalType, ScalarType > > &A)
Top-level namespace for Stokhos classes and functions.
virtual ordinal_type ApplyInverse(const Teuchos::SerialDenseMatrix< ordinal_type, value_type > &Input, Teuchos::SerialDenseMatrix< ordinal_type, value_type > &Result, ordinal_type m) const
const Teuchos::SerialDenseMatrix< ordinal_type, value_type > & A
int setVectors(const RCP< SerialDenseMatrix< OrdinalType, ScalarType > > &X, const RCP< SerialDenseMatrix< OrdinalType, ScalarType > > &B)
virtual ~InversePreconditioner()
Destructor.