dbcsr_t_copy_matrix_to_tensor Subroutine

public subroutine dbcsr_t_copy_matrix_to_tensor(matrix_in, tensor_out, summation)

copy matrix to tensor.

Arguments

Type IntentOptional Attributes Name
type(dbcsr_type), intent(in), TARGET :: matrix_in
type(dbcsr_t_type), intent(inout) :: tensor_out
logical, intent(in), optional :: summation

tensor_out = tensor_out + matrix_in