7 #ifndef __ASIFTSCHURDRIVER_HPP__ 8 #define __ASIFTSCHURDRIVER_HPP__ SmartPtr< DenseGenMatrix > S_
This class is the interface for any class that deals with the Schur matrix from the point when it is ...
SmartPtr< SchurData > ift_data_
DEPRECATED Performs a backsolve on S and K virtual bool SchurSolve(SmartPtr<IteratesVector> lhs...
virtual SmartPtr< const SchurData > data_B() const
virtual ~DenseGenSchurDriver()
virtual bool SchurBuild()
Creates the SchurMatrix from B and P.
virtual bool SchurSolve(SmartPtr< IteratesVector > x, SmartPtr< const IteratesVector > f, SmartPtr< Vector > g, SmartPtr< IteratesVector > Kf=NULL)
Performs a backsolve on S and : Solves the system.
SmartPtr< SensBacksolver > backsolver_
This file contains a base class for all exceptions and a set of macros to help with exceptions...
Template class for Smart Pointers.
virtual bool SchurFactorize()
Calls the factorization routine for the SchurMatrix.
DenseGenSchurDriver(SmartPtr< SensBacksolver > backsolver, SmartPtr< PCalculator > pcalc, SmartPtr< SchurData > data_B)
virtual SmartPtr< const PCalculator > pcalc() const