Flowdock
zero(n) public

Creates an n by n zero matrix.

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