computes the trace of the matrix A * B first dimension of A has to match second dimension of B second dimension of A has to match first dimension of B
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=long), | intent(in) | :: | a(:,:) | |||
| real(kind=long), | intent(in) | :: | b(:,:) |