Go to the source code of this file.
Functions/Subroutines | |
| subroutine | matmul2 (M, N, P, A, B, C) |
| subroutine matmul2 | ( | integer | M, |
| integer | N, | ||
| integer | P, | ||
| real*8, dimension(m,n) | A, | ||
| real*8, dimension(n,p) | B, | ||
| real*8, dimension(m,p) | C | ||
| ) |
Definition at line 61 of file MP/Source/MatMul2.f90.
References Line_2< R, T >::a(), Color::b(), Line_2< R, T >::c(), i, j, k, Aff_transformation_2< R_ >::m(), and n.
