c_dbcsr_t_split_blocks Subroutine

private subroutine c_dbcsr_t_split_blocks(c_tensor_in, tensor_dim, c_tensor_out, c_block_sizes, c_nodata) bind(C, name="c_dbcsr_t_split_blocks")

Arguments

Type IntentOptional Attributes Name
type(c_ptr), intent(in), VALUE :: c_tensor_in
integer(kind=c_int), intent(in), VALUE :: tensor_dim
type(c_ptr), intent(out) :: c_tensor_out
integer(kind=c_int), intent(in), DIMENSION(tensor_dim) :: c_block_sizes
logical(kind=c_bool), optional :: c_nodata