Method

AgsSolverVectorget_source_polynomial

since: 3.9.3

Declaration [src]

gchar*
ags_solver_vector_get_source_polynomial (
  AgsSolverVector* solver_vector
)

Description [src]

Get source polynomial of solver_vector.

Available since: 3.9.3

Return value

Type: gchar*

The source polynomial.

The caller of the method takes ownership of the data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.