plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
to_Array_real32_vector_2
Function
MIT
15 statements
Source File
ArrayClass.f90
ArrayClass
to_Array_real32_vector_2
Contents
public function to_Array_real32_vector_2(real32_vector, real32_vector2, dtype) result(ret_array)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=real32),
intent(in)
::
real32_vector
(:)
real(kind=real32),
intent(in)
::
real32_vector2
(:)
character(len=*),
intent(in),
optional
::
dtype
Return Value
type(
Array_
)