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... |