Operators for efficient matrix multiplication with LAPACK, but better readibility. (It is assumed that the dimensionality fits.)
multiply two real square matrices or a square matrix times a vector AB= A .m. B or Av= A .m. v
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(:) |