Method

AgsSolverVectorset_source_polynomial

since: 3.9.3

Declaration [src]

void
ags_solver_vector_set_source_polynomial (
  AgsSolverVector* solver_vector,
  gchar* source_polynomial
)

Description [src]

Set source_polynomial of solver_vector.

Available since: 3.9.3

Parameters

source_polynomial

Type: gchar*

The source polynomial.

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