dbcsr_norm Interface

public interface dbcsr_norm

Module Procedures

private subroutine dbcsr_norm_scalar(matrix, which_norm, norm_scalar)

Arguments

Type IntentOptional Attributes Name
type(dbcsr_type), intent(inout), TARGET :: matrix
integer, intent(in) :: which_norm
real(kind=dp), intent(out) :: norm_scalar

private subroutine dbcsr_norm_r8_vec(matrix, which_norm, norm_vector)

Arguments

Type IntentOptional Attributes Name
type(dbcsr_type), intent(inout), TARGET :: matrix
integer, intent(in) :: which_norm
real(kind=dp), intent(out), DIMENSION(:) :: norm_vector