SylvesterMatrix constructor

const SylvesterMatrix({
  1. required Algebraic polynomial,
})

Creates a SylvesterMatrix object.

Implementation

const SylvesterMatrix({
  required this.polynomial,
});