plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
getColumnOf2DMatrix_complex64
Function
MIT
6 statements
Source File
ArrayClass.f90
ArrayClass
getColumnOf2DMatrix_complex64
Contents
public function getColumnOf2DMatrix_complex64(mat, column_idx) result(ret)
Arguments
Type
Intent
Optional
Attributes
Name
complex(kind=real64),
intent(in)
::
mat
(:,:)
integer(kind=int32),
intent(in)
::
column_idx
Return Value
complex(kind=real64), allocatable, (:)