factory property

MatrixFactory get factory

Static getter to retrieve the MatrixFactory object. This object provides methods for generating special kinds of matrices like diagonal, identity etc.

Implementation

static MatrixFactory get factory => MatrixFactory();