Hey all, I'm really enjoying NMatrix - great job to everyone. I ran across a small bug recently when trying to use the norm2 method. It says, "NoMethodErro: undefined method 'nrm2' for #NMatrix..."
I think the alias on line 1139 of of nmatrix/math.rb is backwards. Should it read, "alias :nrm2 :norm2"?
Hey all, I'm really enjoying NMatrix - great job to everyone. I ran across a small bug recently when trying to use the norm2 method. It says, "NoMethodErro: undefined method 'nrm2' for #NMatrix..."
I think the alias on line 1139 of of nmatrix/math.rb is backwards. Should it read, "alias :nrm2 :norm2"?
Keep up the great work!