Overload List

  NameDescription
Public methodAllocate<(Of <<'(T>)>>)()()()()
Allocates on device.
(Inherited from GPGPU.)
Public methodAllocate<(Of <<'(T>)>>)(Int32)
Allocates array on device.
(Overrides GPGPU..::..Allocate<(Of <<'(T>)>>)(Int32).)
Public methodAllocate<(Of <<'(T>)>>)(array<T,3>[,,](,,)[,,][,,])
Allocates array on device of same size as supplied host array.
(Overrides GPGPU..::..Allocate<(Of <<'(T>)>>)(array<T,3>[,,](,,)[,,][,,]).)
Public methodAllocate<(Of <<'(T>)>>)(array<T,2>[,](,)[,][,])
Allocates array on device of same size as supplied host array.
(Overrides GPGPU..::..Allocate<(Of <<'(T>)>>)(array<T,2>[,](,)[,][,]).)
Public methodAllocate<(Of <<'(T>)>>)(array<T>[]()[][])
Allocates array on device of same size as supplied host array.
(Overrides GPGPU..::..Allocate<(Of <<'(T>)>>)(array<T>[]()[][]).)
Public methodAllocate<(Of <<'(T>)>>)(array<T,3>[,,](,,)[,,][,,])
Allocates array on device of same size as supplied host array.
(Inherited from GPGPU.)
Public methodAllocate<(Of <<'(T>)>>)(array<T,2>[,](,)[,][,])
Allocates array on device of same size as supplied host array.
(Inherited from GPGPU.)
Public methodAllocate<(Of <<'(T>)>>)(array<T>[]()[][])
Allocates array on device of same size as supplied host array.
(Inherited from GPGPU.)
Public methodAllocate<(Of <<'(T>)>>)(Int32, Int32)
Allocates array on device.
(Overrides GPGPU..::..Allocate<(Of <<'(T>)>>)(Int32, Int32).)
Public methodAllocate<(Of <<'(T>)>>)(Int32, Int32, Int32)
Allocates array on device.
(Overrides GPGPU..::..Allocate<(Of <<'(T>)>>)(Int32, Int32, Int32).)

See Also