LibCapy - polynomial

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

2023-03-26
in LibCapy,
11 views
Copyright 2021-2024 Baillehache Pascal