public subroutine dvector_set_val(this, i, val)
Sets the value of the ith element of a dvector. No bounds check is performed.
Type Bound
dvector_t
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
class(dvector_t),
|
intent(inout) |
|
|
:: |
this |
|
|
integer,
|
intent(in) |
|
|
:: |
i |
|
|
real(kind=rp),
|
intent(in) |
|
|
:: |
val |
|