Method

AgsFunctionremove_matrix

since: 3.2.0

Declaration [src]

void
ags_function_remove_matrix (
  AgsFunction* function,
  AgsSolverMatrix* solver_matrix
)

Description [src]

Remove solver_matrix from function.

Available since: 3.2.0

Parameters

solver_matrix

Type: AgsSolverMatrix

The AgsSolverMatrix.

The data is owned by the caller of the function.