Method

AgsFunctionadd_matrix

since: 3.2.0

Declaration [src]

void
ags_function_add_matrix (
  AgsFunction* function,
  AgsSolverMatrix* solver_matrix
)

Description [src]

Add solver_matrix to function.

Available since: 3.2.0

Parameters

solver_matrix

Type: AgsSolverMatrix

The AgsSolverMatrix.

The data is owned by the caller of the function.