multiply two real square matrices, the first is transposed (A*T)B= A .tm. B
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=long), | intent(in) | :: | a(:,:) | |||
| real(kind=long), | intent(in) | :: | b(:,:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=long), | intent(in) | :: | a(:,:) | |||
| real(kind=long), | intent(in) | :: | b(:) |