dbcsr_reserve_block2d Interface

public interface dbcsr_reserve_block2d

Module Procedures

private subroutine dbcsr_reserve_block2d_d(matrix, row, col, block, transposed, existed)

Arguments

Type IntentOptional Attributes Name
type(dbcsr_type), intent(inout) :: matrix
integer, intent(in) :: row
integer, intent(in) :: col
real(kind=real_8), DIMENSION(:, :), POINTER :: block
logical, intent(in), optional :: transposed
logical, intent(out), optional :: existed

private subroutine dbcsr_reserve_block2d_s(matrix, row, col, block, transposed, existed)

Arguments

Type IntentOptional Attributes Name
type(dbcsr_type), intent(inout) :: matrix
integer, intent(in) :: row
integer, intent(in) :: col
real(kind=real_4), DIMENSION(:, :), POINTER :: block
logical, intent(in), optional :: transposed
logical, intent(out), optional :: existed

private subroutine dbcsr_reserve_block2d_c(matrix, row, col, block, transposed, existed)

Arguments

Type IntentOptional Attributes Name
type(dbcsr_type), intent(inout) :: matrix
integer, intent(in) :: row
integer, intent(in) :: col
complex(kind=real_4), DIMENSION(:, :), POINTER :: block
logical, intent(in), optional :: transposed
logical, intent(out), optional :: existed

private subroutine dbcsr_reserve_block2d_z(matrix, row, col, block, transposed, existed)

Arguments

Type IntentOptional Attributes Name
type(dbcsr_type), intent(inout) :: matrix
integer, intent(in) :: row
integer, intent(in) :: col
complex(kind=real_8), DIMENSION(:, :), POINTER :: block
logical, intent(in), optional :: transposed
logical, intent(out), optional :: existed