Method

AgsSolverPolynomialset_coefficient_value

since: 3.9.3

Declaration [src]

void
ags_solver_polynomial_set_coefficient_value (
  AgsSolverPolynomial* solver_polynomial,
  AgsComplex* coefficient_value
)

Description [src]

Set coefficient_value of solver_polynomial.

Available since: 3.9.3

Parameters

coefficient_value

Type: AgsComplex

The coefficient value.

The data is owned by the caller of the function.