Class: CArray::UInt32

Inherits:
Object
  • Object
show all
Extended by:
DataTypeExtension, DataTypeNewConstructor
Defined in:
lib/carray/construct.rb

Overview

CArray whose elements are uint32. Naming the element type as a class lets a constructor be spelled CArray::UInt32.new(...); see DataTypeNewConstructor for what that form adds.

Method Summary

Methods included from DataTypeNewConstructor

from_memory_view, new, wrap_memory_view

Methods included from DataTypeExtension

arange, empty, eye, full, identity, linspace, ones, zeros