SciRuby / numruby

Fast Numerical Linear Algebra Library for Ruby. NMatrix reimplementation.
BSD 3-Clause "New" or "Revised" License
45 stars 10 forks source link

Split files #49

Closed Uditgulati closed 4 years ago

Uditgulati commented 4 years ago

Fixes https://github.com/SciRuby/numruby/issues/47

Uditgulati commented 4 years ago

@prasunanand I can further move comparison operators, accessors and elementwise operators to separate files. The file ruby_nmatrix.c is still around 2000 lines long. After the next change, it'll be near to 1000 lines.

prasunanand commented 4 years ago

Thanks for this PR.