47 #ifndef __Teko_LU2x2DiagonalStrategy_hpp__
48 #define __Teko_LU2x2DiagonalStrategy_hpp__
50 #include "Teko_LU2x2Strategy.hpp"
53 #include "Teuchos_Time.hpp"
73 const Teuchos::RCP<InverseFactory> & invS);
79 virtual const Teko::LinearOp
83 virtual const Teko::LinearOp
87 virtual const Teko::LinearOp
102 const InverseLibrary & invLib);
118 Teuchos::RCP<InverseFactory> invFactoryA00_;
119 Teuchos::RCP<InverseFactory> invFactoryS_;
123 static Teuchos::RCP<Teuchos::Time> initTimer_;
124 static Teuchos::RCP<Teuchos::Time> invSTimer_;
125 static Teuchos::RCP<Teuchos::Time> invA00Timer_;
126 static Teuchos::RCP<Teuchos::Time> opsTimer_;