c_dbcsr_t_copy Subroutine

private subroutine c_dbcsr_t_copy(c_tensor_in, tensor_dim, c_tensor_out, c_order, c_summation, c_bounds, c_move_data, c_unit_nr) bind(C, name="c_dbcsr_t_copy")

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(in), VALUE :: c_tensor_out
integer(kind=c_int), intent(in), optional, DIMENSION(tensor_dim) :: c_order
logical(kind=c_bool), intent(in), optional :: c_summation
integer(kind=c_int), intent(in), optional, DIMENSION(2, tensor_dim) :: c_bounds
logical(kind=c_bool), intent(in), optional :: c_move_data
integer(kind=c_int), intent(in), optional :: c_unit_nr