NOX  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Classes
LOCA::Epetra::TransposeLinearSystem Namespace Reference

Strategies for solving transpose linear systems. More...

Classes

class  AbstractStrategy
 A pure virtual interface for solving the transpose of a linear system. More...
 
class  ExplicitTranspose
 Method for solving the transpose of a linear system by explicitly forming the transpose of the matrix. More...
 
class  Factory
 Factory for creating transpose linear system strategy objects. More...
 
class  LeftPreconditioning
 Method for solving the transpose of a linear system by transposing the preconditioner and switching to left preconditioning. More...
 
class  TransposePreconditioner
 Method for solving the transpose of a linear system by using the transpose of the preconditioner. More...
 

Detailed Description

Strategies for solving transpose linear systems.