Returns the matrix divided by a scalar
372 373 374
# File 'lib/extendmatrix.rb', line 372 def quo(v) map {|e| e.quo(v)} end