plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
to_vector
Interface
MIT
3 statements
Source File
ArrayClass.f90
ArrayClass
to_vector
Contents
Module Procedures
to_vector_array_real64
to_vector_array_int32
public interface to_vector
Module Procedures
public pure function
to_vector_array_real64
(Array) result(vector)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=real64),
intent(in)
::
Array
(:,:)
Return Value
real(kind=real64), allocatable, (:)
public pure function
to_vector_array_int32
(Array) result(vector)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=int32),
intent(in)
::
Array
(:,:)
Return Value
integer(kind=int32), allocatable, (:)