Get the values of a triplet.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(Triplet_r), | intent(in) | :: | this | The triplet to extract the values of. |
||
integer, | intent(out) | :: | index_column | Column value. |
||
integer, | intent(out) | :: | index_row | Row value. |
||
real(kind=NTREAL), | intent(out) | :: | point_value | Actual stored value. |
Get the values of a triplet.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(Triplet_c), | intent(in) | :: | this | The triplet to extract the values of. |
||
integer, | intent(out) | :: | index_column | Column value. |
||
integer, | intent(out) | :: | index_row | Row value. |
||
complex(kind=NTCOMPLEX), | intent(out) | :: | point_value | Actual stored value. |