Source Files
Modules
Procedures
Derived Types
multiply_real2d
Interface
91 statements
Source File
diffstruc_types.f90
diffstruc__types
multiply_real2d
Contents
None
interface
private module function multiply_real2d(a, b) result(c)
Implementation →
Arguments
Type
Intent
Optional
Attributes
Name
class(
array_type
),
intent(in),
target
::
a
real(kind=real32),
intent(in),
dimension(:,:)
::
b
Return Value
type(
array_type
),pointer