inverse function on Matrix class does not work
----------------------------------------------

                 Key: JRUBY-4957
                 URL: http://jira.codehaus.org/browse/JRUBY-4957
             Project: JRuby
          Issue Type: Bug
          Components: Core Classes/Modules
    Affects Versions: JRuby 1.5.1
            Reporter: Alan Yu
            Priority: Critical


Matrix[[2,4], [6,8]].inverse should return Matrix[[-3, 1], [0, -1]] (in Matz 
Ruby), 
but jruby 1.5.1 returns Matrix[[0, 0], [0, 0]]



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to