plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
arangeRealVector
Function
MIT
21 statements
Source File
ArrayClass.f90
ArrayClass
arangeRealVector
Contents
public function arangeRealVector(size1, stop_val, step) result(vector)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=int32),
intent(in)
::
size1
integer(kind=int32),
intent(in),
optional
::
stop_val
integer(kind=int32),
intent(in),
optional
::
step
Return Value
real(kind=real64), allocatable, (:)