MillerLoopDriver<O> class abstract

Interface defining operations required to drive a Miller loop computation.

Implementers

Constructors

MillerLoopDriver()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

additionStep(O acc) → O
Performs an addition step on the accumulated value.
conjugate(O acc) → O
Computes the conjugate of the accumulated value.
doublingStep(O acc) → O
Performs a doubling step on the accumulated value.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
one() → O
Returns the multiplicative identity element for the accumulation.
squareOutput(O acc) → O
Squares the accumulated output.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited