Toggle navigation
plantFEM
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
arange
Interface
MIT
3 statements
Source File
ArrayClass.f90
ArrayClass
arange
Contents
Module Procedures
arangeRealVector
public interface arange
Contents
Module Procedures
arangeRealVector
Module Procedures
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, (:)