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 
virtual ~InversePreconditioner()
Destructor. 
const Teuchos::SerialDenseMatrix< ordinal_type, value_type > & A
InversePreconditioner(const Teuchos::SerialDenseMatrix< ordinal_type, double > &A_)
Constructor. 
TEUCHOS_DEPRECATED RCP< T > rcp(T *p, Dealloc_T dealloc, bool owns_mem)
void factorWithEquilibration(bool flag)
int setVectors(const RCP< SerialDenseMatrix< OrdinalType, ScalarType > > &X, const RCP< SerialDenseMatrix< OrdinalType, ScalarType > > &B)
int setMatrix(const RCP< SerialDenseMatrix< OrdinalType, ScalarType > > &A)
virtual ordinal_type ApplyInverse(const Teuchos::SerialDenseMatrix< ordinal_type, value_type > &Input, Teuchos::SerialDenseMatrix< ordinal_type, value_type > &Result, ordinal_type m) const