Polynomial class.
Macros:
Enumerations:
None.
Typedefs:
None.
Struct CapyPolynomial1D :
Struct CapyPolynomial1D's properties:
Inherits CapyMathFun
Coefficients of the polynomial in order x^0, x^1, x^2, ...
Struct CapyPolynomial1D's methods:
Destructor
Functions:
Create a CapyPolynomial1D
Input argument(s):
coeffs: the coefficients of the polynomial in order x^0, x^1, x^2, ...
Output and side effect(s):
Return a CapyPolynomial1D
Allocate memory for a new CapyPolynomial1D and create it
Input argument(s):
coeffs: the coefficients of the polynomial in order x^0, x^1, x^2, ...
Output and side effect(s):
Return a CapyPolynomial1D
Exception(s):
May raise CapyExc_MallocFailed.
Free the memory used by a CapyPolynomial1D* and reset '*that' to NULL
Input argument(s):
that: a pointer to the CapyPolynomial1D to free