class Matrix

Public Instance Methods

nonzero() click to toggle source

If self is negative, returns 0

# File lib/el4r/el4r-sub.rb, line 106
def nonzero
  map{|x| x.nonzero}
end