cufftMpDestroyReshape Interface

interface

Destroys a reshape and all its associated data.


Called by

interface~~cufftmpdestroyreshape~~CalledByGraph interface~cufftmpdestroyreshape cufftMpDestroyReshape proc~destroy~10 backend_cufftmp%destroy proc~destroy~10->interface~cufftmpdestroyreshape

public function cufftMpDestroyReshape(reshapeHandle) result(cufftResult) bind(C, name="cufftMpDestroyReshape")

Arguments

Type IntentOptional Attributes Name
type(cufftReshapeHandle), value :: reshapeHandle

The reshape handle.

Return Value integer(kind=c_int)

The enumerated type cufftResult defines API call result codes.