@brief Compute the trace of the product of two symmetric matrices in packed format
@detail The trace is actually an inner product of matrices, assuming they are vectors
@param[in] a first matrix
@param[in] b second matrix
@param[in] n dimension of matrices A and B
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp) | :: | a(*) | ||||
| real(kind=dp) | :: | b(*) | ||||
| integer | :: | n |