dbcsr_set_diag Interface

public interface dbcsr_set_diag

Module Procedures

private subroutine dbcsr_set_diag_s(matrix, diag)

Arguments

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

private subroutine dbcsr_set_diag_d(matrix, diag)

Arguments

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

private subroutine dbcsr_set_diag_c(matrix, diag)

Arguments

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

private subroutine dbcsr_set_diag_z(matrix, diag)

Arguments

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