Matrix multiplication implemented using BLAS
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in), | dimension(:, :) | :: | A |
Matrix A |
|
| real(kind=dp), | intent(in), | dimension(:, :) | :: | B |
Matrix B |
Product of matrices A and B