| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public, | dimension(:), allocatable | :: | i | |||
| real(kind=wp), | public, | dimension(:), allocatable | :: | v |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(spvec_t), | intent(in) | :: | self | |||
| integer, | intent(in) | :: | i |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(spvec_t), | intent(inout) | :: | self | |||
| integer, | intent(in) | :: | i | |||
| real(kind=wp), | intent(in) | :: | v |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(spvec_t), | intent(inout) | :: | self | |||
| integer, | intent(in) | :: | i | |||
| real(kind=wp), | intent(in) | :: | v |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(spvec_t), | intent(in) | :: | self | |||
| integer, | intent(in) | :: | N |