plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
windowing
Interface
MIT
3 statements
Source File
ArrayClass.f90
ArrayClass
windowing
Contents
Module Procedures
windowingComplex64
windowingReal64
public interface windowing
Module Procedures
public function
windowingComplex64
(f, g) result(ret)
Arguments
Type
Intent
Optional
Attributes
Name
complex(kind=complex64),
intent(in)
::
f
(:)
complex(kind=complex64),
intent(in)
::
g
(:)
Return Value
complex(kind=complex64), allocatable, (:)
public function
windowingReal64
(f, g) result(ret)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=real64),
intent(in)
::
f
(:)
real(kind=real64),
intent(in)
::
g
(:)
Return Value
real(kind=real64), allocatable, (:)