This function builds the AMG4PSBLAS preconditioner for the inner solve in a Rational Krylov method
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(psfun_d_krylov), | intent(inout) | :: | meth | Krylov method |
||
type(psb_dspmat_type), | intent(inout) | :: | a | Sparse matrix |
||
type(psb_desc_type), | intent(inout) | :: | desc_a | Descriptor for the sparse matrix |
||
integer(kind=psb_ipk_) | :: | info | Result of the init call |