PartialProductArray constructor
- String name = 'ppa',
Construct a basic List<List<Logic>> to hold an array of partial products as well as a rowShift array to hold the row shifts.
Implementation
PartialProductArray({this.name = 'ppa'});
Construct a basic List<List<Logic>> to hold an array of partial products as well as a rowShift array to hold the row shifts.
PartialProductArray({this.name = 'ppa'});