dbcsr_t_set Interface

public interface dbcsr_t_set

Module Procedures

private subroutine dbcsr_t_set_r_dp(tensor, alpha)

As dbcsr_set

Arguments

Type IntentOptional Attributes Name
type(dbcsr_t_type), intent(inout) :: tensor
real(kind=real_8), intent(in) :: alpha

private subroutine dbcsr_t_set_r_sp(tensor, alpha)

As dbcsr_set

Arguments

Type IntentOptional Attributes Name
type(dbcsr_t_type), intent(inout) :: tensor
real(kind=real_4), intent(in) :: alpha

private subroutine dbcsr_t_set_c_dp(tensor, alpha)

As dbcsr_set

Arguments

Type IntentOptional Attributes Name
type(dbcsr_t_type), intent(inout) :: tensor
complex(kind=real_8), intent(in) :: alpha

private subroutine dbcsr_t_set_c_sp(tensor, alpha)

As dbcsr_set

Arguments

Type IntentOptional Attributes Name
type(dbcsr_t_type), intent(inout) :: tensor
complex(kind=real_4), intent(in) :: alpha