Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=real64), | public, | allocatable | :: | val(:,:) |
procedure, public, pass(self) :: copy => copy_dense | |
procedure, public, pass(self) :: destory => destory_dense | |
procedure, public, pass(self) :: find => find_dense | |
procedure, public, pass(self) :: initialize => initialize_type_dense |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_dense), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_dense), | intent(inout) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_dense), | 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(type_dense), | intent(inout) | :: | self | |||
type(type_domain), | intent(inout) | :: | domain |