PartialProductArray constructor

PartialProductArray({
  1. String name = 'ppa',
})

Construct a basic List<List to hold an array of partial products as well as a rowShift array to hold the row shifts.

Implementation

PartialProductArray({this.name = 'ppa'});