brownpak
0.7
User Guide
Source Files
Modules
Procedures
Derived Types
Program
dvector_get_val
Function
MIT
12 statements
Source File
vector_m.f90
vector_m
dvector_get_val
Contents
public function dvector_get_val(this, i) result(res)
Returns the ith element of a
dvector
.
Type Bound
dvector_t
Arguments
Type
Intent
Optional
Attributes
Name
class(
dvector_t
),
intent(in)
::
this
integer,
intent(in)
::
i
Return Value
real(kind=rp)