module WILDCARD_ZERO

Public Class Methods

*(other;) click to toggle source
# File lib/sy/matrix.rb, line 8
def * other; self end
**(exp;) click to toggle source
# File lib/sy/matrix.rb, line 10
def ** exp; self end
+(other;) click to toggle source
# File lib/sy/matrix.rb, line 6
def + other; other end
-(other;) click to toggle source
# File lib/sy/matrix.rb, line 7
def - other; -other end
/(other;) click to toggle source
# File lib/sy/matrix.rb, line 9
def / other; self end
coerce(other;) click to toggle source
# File lib/sy/matrix.rb, line 11
def coerce other; return self, other end