linalg 1.8.2
A linear algebra library that provides a user-friendly interface to several BLAS and LAPACK routines.
|
Computes the trace of a matrix (the sum of the main diagonal elements). More...
Public Member Functions | |
trace_dbl | |
trace_cmplx | |
Computes the trace of a matrix (the sum of the main diagonal elements).
[in] | x | The matrix on which to operate. |
x
. Definition at line 578 of file linalg.f90.