method

zero

v1_8_7_330 - Show latest stable - Class: Matrix
zero(n)
public

Creates an n by n zero matrix.

Matrix.zero(2)
  => 0 0
     0 0