dbcsr_t_reserve_blocks_index Subroutine

private subroutine dbcsr_t_reserve_blocks_index(tensor, blk_ind_1, blk_ind_2, blk_ind_3, blk_ind_4)

reserve tensor blocks using block indices

Arguments

Type IntentOptional Attributes Name
type(dbcsr_t_type), intent(inout) :: tensor
integer, intent(in), optional, DIMENSION(:) :: blk_ind_1

index of blocks to reserve in each dimension

integer, intent(in), optional, DIMENSION(:) :: blk_ind_2

index of blocks to reserve in each dimension

integer, intent(in), optional, DIMENSION(:) :: blk_ind_3

index of blocks to reserve in each dimension

integer, intent(in), optional, DIMENSION(:) :: blk_ind_4

index of blocks to reserve in each dimension