Top | ![]() |
![]() |
![]() |
![]() |
#define | AGS_SOLVER_MATRIX_GET_OBJ_MUTEX() |
void | ags_solver_matrix_insert_vector () |
void | ags_solver_matrix_remove_vector () |
AgsSolverMatrix * | ags_solver_matrix_new () |
#define AGS_SOLVER_MATRIX_GET_OBJ_MUTEX(obj) (&(((AgsSolverMatrix *) obj)->obj_mutex))
void ags_solver_matrix_insert_vector (AgsSolverMatrix *solver_matrix
,AgsSolverVector *solver_vector
,gint position
);
Insert solver_vector
to solver_matrix
.
solver_matrix |
the AgsSolverMatrix |
|
solver_vector |
the AgsSolverVector |
|
position |
the position |
Since: 3.2.0
void ags_solver_matrix_remove_vector (AgsSolverMatrix *solver_matrix
,AgsSolverVector *solver_vector
);
Remove solver_vector
from solver_matrix
.
Since: 3.2.0
AgsSolverMatrix * ags_solver_matrix_new ();
Instantiate a new AgsSolverMatrix.
Since: 3.0.0