Overload List

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

See Also