GRASP
|
Functions/Subroutines | |
subroutine | matml4 (C, A, B, NCROW, NCCOL, NAROW, NACOL, NBROW, NBCOL, ITRNSP) |
subroutine matml4 | ( | real(double), dimension(ncrow,nccol) | C, |
real(double), dimension(narow,nacol) | A, | ||
real(double), dimension(nbrow,nbcol) | B, | ||
integer | NCROW, | ||
integer | NCCOL, | ||
integer | NAROW, | ||
integer | NACOL, | ||
integer | NBROW, | ||
integer | NBCOL, | ||
integer, intent(in) | ITRNSP | ||
) |