Method

AgsSolverMatrixinsert_vector

since: 3.2.0

Declaration [src]

void
ags_solver_matrix_insert_vector (
  AgsSolverMatrix* solver_matrix,
  AgsSolverVector* solver_vector,
  gint position
)

Description [src]

Insert solver_vector to solver_matrix.

Available since: 3.2.0

Parameters

solver_vector

Type: AgsSolverVector

The AgsSolverVector.

The data is owned by the caller of the function.
position

Type: gint

The position.