Toggle navigation
plantFEM
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
windowing
Interface
MIT
3 statements
Source File
ArrayClass.f90
ArrayClass
windowing
Contents
Module Procedures
windowingComplex64
windowingReal64
public interface windowing
Contents
Module Procedures
windowingComplex64
windowingReal64
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, (:)