getMatrix method

List<Float64List> getMatrix ()

Returns the computed matrix.

Implementation

List<Float64List> getMatrix() => _matrix;