class

Math

class Math : Obj

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

methods matrix

Create a new Matrix with the given number of rows and columns

matrix static Matrix matrix(Int numRows, Int numCols)

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

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST