dbcsr_trace Interface

public interface dbcsr_trace

Module Procedures

private subroutine dbcsr_trace_d(matrix_a, trace)

Arguments

Type IntentOptional Attributes Name
type(dbcsr_type), intent(in) :: matrix_a
real(kind=real_8), intent(out) :: trace

private subroutine dbcsr_trace_s(matrix_a, trace)

Arguments

Type IntentOptional Attributes Name
type(dbcsr_type), intent(in) :: matrix_a
real(kind=real_4), intent(out) :: trace

private subroutine dbcsr_trace_z(matrix_a, trace)

Arguments

Type IntentOptional Attributes Name
type(dbcsr_type), intent(in) :: matrix_a
complex(kind=real_8), intent(out) :: trace

private subroutine dbcsr_trace_c(matrix_a, trace)

Arguments

Type IntentOptional Attributes Name
type(dbcsr_type), intent(in) :: matrix_a
complex(kind=real_4), intent(out) :: trace