class math::Math

sys::Obj
  math::Math

Source

This mixin contains a set of utilities and functions for various math operations.

matrix

static Matrix matrix(Int numRows, Int numCols)

Source

Create a new Matrix with the given number of rows and columns. All elements of the matrix are initialized to zero.