SciRuby / nmatrix

Dense and sparse linear algebra library for Ruby via SciRuby
Other
469 stars 133 forks source link

Create single source for common maths methods for MRI and JRuby #598

Closed prasunanand closed 7 years ago

prasunanand commented 7 years ago

Placed NMatrix methods common to mri and jruby in lib/nmatrix/math.rb. Methods specific to MRI have been moved to lib/matrix/cruby/math.rb. Methods specific to JRuby are in lib/nmatrix/jruby/math.rb. Refactor positive_definite? method