152 153 154 155 156
# File 'lib/mgmg/poly.rb', line 152 def scalar(val) ret = self.dup ret.mat.scalar!(val) ret end