# File lib/matrix.rb, line 204
  def Matrix.zero(n)
    Matrix.scalar(n, 0)
  end