= private = protected
coerce(other)
FIXME: describe Vector#coerce.
# File lib/matrix.rb, line 1248 def coerce(other) case other when Numeric return Scalar.new(other), self else raise TypeError, "#{self.class} can't be coerced into #{other.class}" end end