VOLCANOR
0.1.13
Documentation
Source Files
Modules
Procedures
Derived Types
Namelists
Programs
matmul2
Function
6 statements
Source File
libMath_noBLAS.f90
libMath
matmul2
Contents
public function matmul2(A, B) result(AB)
Matrix multiplication
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=dp),
intent(in),
dimension(:, :)
::
A
Matrix A
real(kind=dp),
intent(in),
dimension(:, :)
::
B
Matrix B
Return Value
real(kind=dp), dimension(size(A, 1), size(B, 2))