c_dbcsr_t_reserve_blocks_index Subroutine

private subroutine c_dbcsr_t_reserve_blocks_index(c_tensor, nblocks, c_blk_ind_1, c_blk_ind_2, c_blk_ind_3, c_blk_ind_4) bind(C, name="c_dbcsr_t_reserve_blocks_index")

Arguments

Type IntentOptional Attributes Name
type(c_ptr), intent(in), VALUE :: c_tensor
integer(kind=c_int), intent(in), value :: nblocks
integer(kind=c_int), intent(in), optional :: c_blk_ind_1(nblocks)
integer(kind=c_int), intent(in), optional :: c_blk_ind_2(nblocks)
integer(kind=c_int), intent(in), optional :: c_blk_ind_3(nblocks)
integer(kind=c_int), intent(in), optional :: c_blk_ind_4(nblocks)