Utility type to define the Identity operator. Note that the type-bound procedures
for matvec
and rmatvec
do not have to be defined by the user.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Id_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(Id_rdp), | intent(in) | :: | self | |||
class(abstract_vector_rdp), | intent(in) | :: | vec_in | |||
class(abstract_vector_rdp), | intent(out) | :: | vec_out |