module numpy.ndgpu¶
Source: stdlib/numpy/ndgpu.codon
numpy.ndgpu¶Source: stdlib/numpy/ndgpu.codon
ndarray[dtype,ndim] @extend Class is extended to add given methods ¶__to_gpu__(self, cache: gpu.AllocCache)¶__from_gpu__(self, other: ndarray[dtype, ndim])¶__from_gpu_new__(other: ndarray[dtype, ndim])¶UnaryUFunc[__name__,F] @extend Class is extended to add given methods ¶__to_gpu__(self, cache: gpu.AllocCache)¶__from_gpu__(self, other: UnaryUFunc)¶__from_gpu_new__(other: UnaryUFunc)¶UnaryUFunc2[__name__,F] @extend Class is extended to add given methods ¶__to_gpu__(self, cache: gpu.AllocCache)¶__from_gpu__(self, other: UnaryUFunc2)¶__from_gpu_new__(other: UnaryUFunc2)¶BinaryUFunc[__name__,F,I] @extend Class is extended to add given methods ¶__to_gpu__(self, cache: gpu.AllocCache)¶__from_gpu__(self, other: BinaryUFunc)¶__from_gpu_new__(other: BinaryUFunc)¶