Method

AgsSolverMatrixparse

since: 3.9.3

Declaration [src]

void
ags_solver_matrix_parse (
  AgsSolverMatrix* solver_matrix,
  gchar* source_function
)

Description [src]

Parse source_function and apply to solver_matrix.

Available since: 3.9.3

Parameters

source_function

Type: gchar*

The normalized source function.

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