Defines a scaled linear operator with a real-valued operator and . The definitions of matvec
and rmatvec
are directly inherited from those used to define A
and do not have to
be defined by the user.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
class(abstract_linop_rdp), | public, | allocatable | :: | A |
Base linear operator to be scaled. |
||
real(kind=dp), | public | :: | sigma |
Scaling factor. |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(scaled_linop_rdp), | intent(in) | :: | self | |||
class(abstract_vector_rdp), | intent(in) | :: | vec_in | |||
class(abstract_vector_rdp), | intent(out) | :: | vec_out |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(scaled_linop_rdp), | intent(in) | :: | self | |||
class(abstract_vector_rdp), | intent(in) | :: | vec_in | |||
class(abstract_vector_rdp), | intent(out) | :: | vec_out |