Toggle navigation
plantFEM
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
reshapeIntVector
Function
MIT
15 statements
Source File
ArrayClass.f90
ArrayClass
reshapeIntVector
Contents
None
public function reshapeIntVector(vector, size1, size2) result(matrix)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=int32),
intent(in)
::
vector
(:)
integer(kind=int32),
intent(in)
::
size1
integer(kind=int32),
intent(in)
::
size2
Return Value
integer(kind=int32), allocatable,(:,:)
Contents
None