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