shape property

  1. @override
List<int> shape

Returns the shape of this polynomial.

Implementation

@override
List<int> get shape => [degree + 1];