fclMemCopyDouble Interface

interface
public module subroutine fclMemCopyDouble(memObject1, memObject2)

Arguments

Type IntentOptional Attributes Name
class(fclDeviceDouble), intent(inout), target :: memObject1

Focal memory object (target)

class(fclDeviceDouble), intent(in) :: memObject2

Focal memory object (source)

Description

Transfer device double array to device double array Called by operator-overloading of assignment(=)