coefficients property

List<Complex> coefficients

The coefficients of the polynomial from which the Sylvester matrix will be built. The list is unmodifiable.

Implementation

List<Complex> get coefficients => _coefficients;