Overload List

  NameDescription
Public methodCopyToDevice<(Of <<'(T>)>>)(array<T,3>[,,](,,)[,,][,,])
Allocates array on device, copies to device and returns pointer.
(Overrides GPGPU..::..CopyToDevice<(Of <<'(T>)>>)(array<T,3>[,,](,,)[,,][,,]).)
Public methodCopyToDevice<(Of <<'(T>)>>)(array<T,2>[,](,)[,][,])
Allocates array on device, copies to device and returns pointer.
(Overrides GPGPU..::..CopyToDevice<(Of <<'(T>)>>)(array<T,2>[,](,)[,][,]).)
Public methodCopyToDevice<(Of <<'(T>)>>)(array<T>[]()[][])
Allocates array on device, copies to device and returns pointer.
(Overrides GPGPU..::..CopyToDevice<(Of <<'(T>)>>)(array<T>[]()[][]).)
Public methodCopyToDevice<(Of <<'(T>)>>)(array<T,3>[,,](,,)[,,][,,])
Allocates array on device, copies to device and returns pointer.
(Inherited from GPGPU.)
Public methodCopyToDevice<(Of <<'(T>)>>)(array<T,2>[,](,)[,][,])
Allocates array on device, copies to device and returns pointer.
(Inherited from GPGPU.)
Public methodCopyToDevice<(Of <<'(T>)>>)(array<T>[]()[][])
Allocates array on device, copies to device and returns pointer.
(Inherited from GPGPU.)
Public methodCopyToDevice<(Of <<'(T>)>>)(array<T,3>[,,](,,)[,,][,,], array<T,3>[,,](,,)[,,][,,])
Copies to preallocated array on device.
(Inherited from GPGPU.)
Public methodCopyToDevice<(Of <<'(T>)>>)(array<T,2>[,](,)[,][,], array<T,2>[,](,)[,][,])
Copies to preallocated array on device.
(Inherited from GPGPU.)
Public methodCopyToDevice<(Of <<'(T>)>>)(array<T>[]()[][], array<T>[]()[][])
Copies to preallocated array on device.
(Inherited from GPGPU.)
Public methodCopyToDevice<(Of <<'(T>)>>)(IntPtr, Int32, array<T>[]()[][], Int32, Int32)
Copies to preallocated array on device.
(Inherited from GPGPU.)
Public methodCopyToDevice<(Of <<'(T>)>>)(array<T>[]()[][], Int32, array<T>[]()[][], Int32, Int32)
Copies to preallocated array on device.
(Inherited from GPGPU.)

See Also