Observatoire de Paris - Code Fortran  version1.0
Functions/Subroutines
mod_mat Module Reference

Functions/Subroutines

subroutine matmul (n, a, b, c)
 matrix-matrix product More...
 

Function/Subroutine Documentation

◆ matmul()

subroutine mod_mat::matmul ( integer, intent(in)  n,
real(kind=kind(1.d0)), dimension(n,n), intent(in)  a,
real(kind=kind(1.d0)), dimension(n,n), intent(in)  b,
real(kind=kind(1.d0)), dimension(n,n), intent(out)  c 
)

matrix-matrix product

Parameters
[in]ndimension
[in]amatrix
[in]bmatrix
Returns
c matrix with c = a*b