Toggle navigation
plantFEM
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
omp_matmul
Subroutine
MIT
8 statements
Source File
OpenMPClass.f90
OpenMPClass
omp_matmul
Contents
None
public subroutine omp_matmul(a, b, mm)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=real64),
intent(in)
::
a
(:,:)
real(kind=real64),
intent(in)
::
b
(:)
real(kind=real64),
intent(inout)
::
mm
(:)
Contents
None