Method

AgsSolverPolynomialset_polynomial

since: 3.9.3

Declaration [src]

void
ags_solver_polynomial_set_polynomial (
  AgsSolverPolynomial* solver_polynomial,
  gchar* polynomial
)

Description [src]

Set polynomial of solver_polynomial.

Available since: 3.9.3

Parameters

polynomial

Type: gchar*

The polynomial.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.