Flowdock
zero(row_size, column_size = row_size) public

Creates a zero matrix.

Matrix.zero(2)
  => 0 0
     0 0
Show source
Register or log in to add new notes.