extendmatrix icon indicating copy to clipboard operation
extendmatrix copied to clipboard

`initialize_copy': undefined method `init_rows'

Open Bortechino opened this issue 4 years ago • 0 comments

extendmatrix-0.4/lib/extendmatrix.rb:309:in initialize_copy': undefined method init_rows' for #Matrix:0x00005580c849f680 (NoMethodError)

def initialize_copy(orig)
    init_rows(orig.rows, true)
    self.wrap=(orig.wrap)
  end

Besides, unnecessary require 'rational'

Bortechino avatar Dec 18 '20 16:12 Bortechino