Flowdock
zero(row_count, column_count = row_count) public

Creates a zero matrix.

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