![]() |
(git:b77b4be)
|
Public Member Functions | |
subroutine | dbt_reserve_blocks_index (tensor, blk_ind_1, blk_ind_2, blk_ind_3, blk_ind_4) |
reserve tensor blocks using block indices | |
subroutine | dbt_reserve_blocks_index_array (tensor, blk_ind) |
reserve blocks from indices as array object | |
subroutine | dbt_reserve_blocks_template (tensor_in, tensor_out) |
reserve tensor blocks using template | |
subroutine | dbt_reserve_blocks_tensor_to_matrix (tensor_in, matrix_out) |
reserve matrix blocks using tensor template | |
subroutine | dbt_reserve_blocks_matrix_to_tensor (matrix_in, tensor_out) |
reserve tensor blocks using matrix template | |
Definition at line 95 of file dbt_block.F.
subroutine dbt_block::dbt_reserve_blocks::dbt_reserve_blocks_index | ( | type(dbt_type), intent(inout) | tensor, |
integer, dimension(:), intent(in), optional | blk_ind_1, | ||
integer, dimension(:), intent(in), optional | blk_ind_2, | ||
integer, dimension(:), intent(in), optional | blk_ind_3, | ||
integer, dimension(:), intent(in), optional | blk_ind_4 | ||
) |
reserve tensor blocks using block indices
blk_ind | index of blocks to reserve in each dimension |
Definition at line 233 of file dbt_block.F.
subroutine dbt_block::dbt_reserve_blocks::dbt_reserve_blocks_index_array | ( | type(dbt_type), intent(inout) | tensor, |
integer, dimension(:, :), intent(in) | blk_ind | ||
) |
reserve blocks from indices as array object
Definition at line 208 of file dbt_block.F.
subroutine dbt_block::dbt_reserve_blocks::dbt_reserve_blocks_template | ( | type(dbt_type), intent(in) | tensor_in, |
type(dbt_type), intent(inout) | tensor_out | ||
) |
reserve tensor blocks using template
tensor_in | template tensor |
Definition at line 269 of file dbt_block.F.
subroutine dbt_block::dbt_reserve_blocks::dbt_reserve_blocks_tensor_to_matrix | ( | type(dbt_type), intent(in) | tensor_in, |
type(dbcsr_type), intent(inout) | matrix_out | ||
) |
reserve matrix blocks using tensor template
Definition at line 353 of file dbt_block.F.
subroutine dbt_block::dbt_reserve_blocks::dbt_reserve_blocks_matrix_to_tensor | ( | type(dbcsr_type), intent(in), target | matrix_in, |
type(dbt_type), intent(inout) | tensor_out | ||
) |
reserve tensor blocks using matrix template
Definition at line 302 of file dbt_block.F.