DOUBLE PRECISION FUNCTION TRACE ( A, B, N )

Argument Definitions (+ indicates altered content)
DOUBLE PRECISION   A(*),       B(*)
INTEGER            N
Description
Compute the trace of the product of two general matrices A and B of or
Source file:trace.f
Local Variables (+ indicates altered content)
INTEGER           +I,         +IJ,        +J,         +JI