Class: Matrix

Inherits:
Object
  • Object
show all
Defined in:
lib/topolys/transformation.rb

Instance Method Summary collapse

Instance Method Details

#[]=(i, j, x) ⇒ Object



4
5
6
# File 'lib/topolys/transformation.rb', line 4

def []=(i, j, x)
  @rows[i][j] = x
end