NewtonPolynomial
Defines a Newton Polynomial.
Value parameters
- basis
- 
    the Newton basis polynomials 
- coefficients
- 
    The Newton coefficients 
- degree
- 
    the degree of the polynomial 
- prime
- 
    the prime modulus 
Attributes
- Constructor
- 
    Creates an instance of a Newton Polynomial suitable for calculations using finite field algebra. 
- Graph
- 
    
- Supertypes
Members list
Value members
Concrete methods
Computes y = P(x).
Computes y = P(x).
Value parameters
- x
- 
               the x value 
Attributes
- Returns
- 
               the y value 
Returns the present tracer for this object.
Returns the present tracer for this object.
Attributes
- Returns
- 
               the current tracer, by default the NullTracer 
- Definition Classes
Returns a string representation of the NewtonPolynomial.
Returns a string representation of the NewtonPolynomial.
Attributes
- Returns
- 
               the string representation of the NewtonPolynomial 
- Definition Classes
- 
               Any
Inherited methods
Custom control structure for tracing of embraced code blocks.
Custom control structure for tracing of embraced code blocks.
Type parameters
- T
- 
               the actual type of the embraced code block 
Value parameters
- block
- 
               the embraced code block 
- callee
- 
               the call site 
- method
- 
               denotes the method signature 
- resultType
- 
               denotes the return type 
Attributes
- Returns
- 
               returns whatever block returns 
- Inherited from:
- Tracing
Concrete fields
the residues of the coefficients mod prime
the residues of the coefficients mod prime
Attributes
alias for degree
alias for degree
Attributes
the residues of the basis mod prime
the residues of the basis mod prime