Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(abst_matrix), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(abst_matrix), | intent(inout) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(abst_matrix), | intent(in) | :: | self | |||
integer(kind=int32), | intent(in) | :: | row | |||
integer(kind=int32), | intent(in) | :: | col | |||
integer(kind=int32), | intent(inout) | :: | index |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(abst_matrix), | intent(inout) | :: | self | |||
type(type_domain), | intent(inout) | :: | domain |
procedure(abst_copy), public, deferred, pass(self) :: copy | |
procedure(abst_destory), public, deferred, pass(self) :: destory | |
procedure(abst_find), public, deferred, pass(self) :: find | |
procedure(abst_initialize), public, deferred, pass(self) :: initialize |