Sha256: 278558f413e2412329b15f23be2d277c7b3713ba2c84f9f4caf74e6a923edaa0

Contents?: true

Size: 991 Bytes

Versions: 3

Compression:

Stored size: 991 Bytes

Contents

set name:                "robject"
set type_name:           "robject"
set full_class_name:     "Numo::RObject"
set class_name:          "RObject"
set class_var:           "cT"
set ctype:               "VALUE"
set real_class_name:     "RObject"
set real_ctype:          "VALUE"

set has_math:            false
set is_bit:              false
set is_int:              true
set is_unsigned:         false
set is_float:            true
set is_real:             true
set is_complex:          false
set is_object:           true
set is_comparable:       true
set is_double_precision: false

upcast_rb "Integer"
upcast_rb "Float"
upcast_rb "Complex"

upcast "DComplex", "RObject"
upcast "SComplex", "RObject"
upcast "DFloat",   "RObject"
upcast "SFloat",   "RObject"
upcast "Int64",    "RObject"
upcast "Int32",    "RObject"
upcast "Int16",    "RObject"
upcast "Int8",     "RObject"
upcast "UInt64",   "RObject"
upcast "UInt32",   "RObject"
upcast "UInt16",   "RObject"
upcast "UInt8",    "RObject"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
numo-narray-0.9.0.7 ext/numo/narray/gen/def/robject.rb
numo-narray-0.9.0.6 ext/numo/narray/gen/def/robject.rb
numo-narray-0.9.0.5 ext/numo/narray/gen/def/robject.rb