dbcsr_t_filter Interface

public interface dbcsr_t_filter

Module Procedures

private subroutine dbcsr_t_filter_r_dp(tensor, eps, method, use_absolute)

As dbcsr_filter

Arguments

Type IntentOptional Attributes Name
type(dbcsr_t_type), intent(inout) :: tensor
real(kind=real_8), intent(in) :: eps
integer, intent(in), optional :: method
logical, intent(in), optional :: use_absolute

private subroutine dbcsr_t_filter_r_sp(tensor, eps, method, use_absolute)

As dbcsr_filter

Arguments

Type IntentOptional Attributes Name
type(dbcsr_t_type), intent(inout) :: tensor
real(kind=real_4), intent(in) :: eps
integer, intent(in), optional :: method
logical, intent(in), optional :: use_absolute

private subroutine dbcsr_t_filter_c_dp(tensor, eps, method, use_absolute)

As dbcsr_filter

Arguments

Type IntentOptional Attributes Name
type(dbcsr_t_type), intent(inout) :: tensor
complex(kind=real_8), intent(in) :: eps
integer, intent(in), optional :: method
logical, intent(in), optional :: use_absolute

private subroutine dbcsr_t_filter_c_sp(tensor, eps, method, use_absolute)

As dbcsr_filter

Arguments

Type IntentOptional Attributes Name
type(dbcsr_t_type), intent(inout) :: tensor
complex(kind=real_4), intent(in) :: eps
integer, intent(in), optional :: method
logical, intent(in), optional :: use_absolute