traces a DBCSR matrix
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dbcsr_type), | intent(in) | :: | matrix_a |
DBCSR matrix |
||
real(kind=real_4), | intent(inout) | :: | trace |
the trace of the matrix |
Trace of DBCSR matrices
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dbcsr_type), | intent(in) | :: | matrix_a |
DBCSR matrices |
||
real(kind=real_8), | intent(inout) | :: | trace |
the trace of the product of the matrices |
traces a DBCSR matrix
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dbcsr_type), | intent(in) | :: | matrix_a |
DBCSR matrix |
||
complex(kind=real_4), | intent(inout) | :: | trace |
the trace of the matrix |
traces a DBCSR matrix
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dbcsr_type), | intent(in) | :: | matrix_a |
DBCSR matrix |
||
complex(kind=real_8), | intent(inout) | :: | trace |
the trace of the matrix |