dbcsr_get_diag Interface

public interface dbcsr_get_diag

Module Procedures

private subroutine dbcsr_get_diag_d(matrix, diag)

Arguments

Type IntentOptional Attributes Name
type(dbcsr_type), intent(in) :: matrix
real(kind=real_8), intent(out), DIMENSION(:) :: diag

private subroutine dbcsr_get_diag_s(matrix, diag)

Arguments

Type IntentOptional Attributes Name
type(dbcsr_type), intent(in) :: matrix
real(kind=real_4), intent(out), DIMENSION(:) :: diag

private subroutine dbcsr_get_diag_c(matrix, diag)

Arguments

Type IntentOptional Attributes Name
type(dbcsr_type), intent(in) :: matrix
complex(kind=real_4), intent(out), DIMENSION(:) :: diag

private subroutine dbcsr_get_diag_z(matrix, diag)

Arguments

Type IntentOptional Attributes Name
type(dbcsr_type), intent(in) :: matrix
complex(kind=real_8), intent(out), DIMENSION(:) :: diag