fortran-lapack
Loading...
Searching...
No Matches
la_eye::trace Interface Reference

Public Member Functions

pure real(sp) function la_trace_s (a)
 
pure real(dp) function la_trace_d (a)
 
pure real(qp) function la_trace_q (a)
 
pure complex(sp) function la_trace_c (a)
 
pure complex(dp) function la_trace_z (a)
 
pure complex(qp) function la_trace_w (a)
 

Member Function/Subroutine Documentation

◆ la_trace_c()

pure complex(sp) function la_eye::trace::la_trace_c ( complex(sp), dimension(:,:), intent(in) a)
Parameters
[in]aInput matrix
Returns
Trace of the input matrix

◆ la_trace_d()

pure real(dp) function la_eye::trace::la_trace_d ( real(dp), dimension(:,:), intent(in) a)
Parameters
[in]aInput matrix
Returns
Trace of the input matrix

◆ la_trace_q()

pure real(qp) function la_eye::trace::la_trace_q ( real(qp), dimension(:,:), intent(in) a)
Parameters
[in]aInput matrix
Returns
Trace of the input matrix

◆ la_trace_s()

pure real(sp) function la_eye::trace::la_trace_s ( real(sp), dimension(:,:), intent(in) a)
Parameters
[in]aInput matrix
Returns
Trace of the input matrix

◆ la_trace_w()

pure complex(qp) function la_eye::trace::la_trace_w ( complex(qp), dimension(:,:), intent(in) a)
Parameters
[in]aInput matrix
Returns
Trace of the input matrix

◆ la_trace_z()

pure complex(dp) function la_eye::trace::la_trace_z ( complex(dp), dimension(:,:), intent(in) a)
Parameters
[in]aInput matrix
Returns
Trace of the input matrix

The documentation for this interface was generated from the following file: