|
Observatoire de Paris - Code Fortran
version1.0
|
Fonctions/Subroutines | |
| subroutine | matmul (n, a, b, c) |
| matrix-matrix product Plus de détails... | |
| 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
| [in] | n | dimension |
| [in] | a | matrix |
| [in] | b | matrix |
Définition à la ligne 11 du fichier mod_mat.f90.
1.8.15