module CArray::DataTypeNewConstructor

Public Instance Methods

new(*shape) click to toggle source
# File lib/carray/construct.rb, line 363
def new (*shape)
  CArray.new(self::DataType, shape)
end