You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
t = N[[2,2],[3,4], dtype: :object]
t.det # Gives NotImplementedError, more or less as expected
t.det_exact
=>
Cannot create ruby object
DataTypeError: Conversion to RubyObject requested from unknown/invalid data type (did you try to convert from a VALUE?)
I believe the problem is somewhere around
nmatrix/ext/nmatrix/math.cpp
Line 197 in 0de5c43
I recall seeing this type of error when an operator wasn't properly implemented on the
RubyObject
class, but I could be mistaken about that.This issue blocks symengine/symengine.rb#36.
The text was updated successfully, but these errors were encountered: