dvector_get_val Function

public function dvector_get_val(this, i) result(res)

Returns the ith element of a dvector.

Type Bound

dvector_t

Arguments

Type IntentOptional Attributes Name
class(dvector_t), intent(in) :: this
integer, intent(in) :: i

Return Value real(kind=rp)