We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abbf592 commit 0e91e24Copy full SHA for 0e91e24
resolve/Preconditioner.hpp
@@ -39,7 +39,7 @@ namespace ReSolve
39
virtual int apply(vector_type* rhs, vector_type* x) = 0;
40
virtual int reset(matrix_type* /* A */);
41
virtual std::string getSide(); // Gets the preconditioning side
42
- virtual matrix_type* getPrec(); // Dummy function only implemented by PreconditionerMatvec
+ virtual matrix_type* getPrecMatrix(); // Get the preconditioner matrix
43
44
private:
45
std::string side_ = "right"; // Right preconditioning by default
0 commit comments