AgsSolverMatrix

AgsSolverMatrix — solver matrix

Functions

Object Hierarchy

    GObject
    ╰── AgsSolverMatrix

Includes

#include <ags/lib/ags_solver_matrix.h>

Description

The AgsSolverMatrix contains the solver vectors.

Functions

AGS_SOLVER_MATRIX_GET_OBJ_MUTEX()

#define AGS_SOLVER_MATRIX_GET_OBJ_MUTEX(obj) (&(((AgsSolverMatrix *) obj)->obj_mutex))

ags_solver_matrix_insert_vector ()

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

Insert solver_vector to solver_matrix .

Parameters

solver_matrix

the AgsSolverMatrix

 

solver_vector

the AgsSolverVector

 

position

the position

 

Since: 3.2.0


ags_solver_matrix_remove_vector ()

void
ags_solver_matrix_remove_vector (AgsSolverMatrix *solver_matrix,
                                 AgsSolverVector *solver_vector);

Remove solver_vector from solver_matrix .

Parameters

solver_matrix

the AgsSolverMatrix

 

solver_vector

the AgsSolverVector

 

Since: 3.2.0


ags_solver_matrix_new ()

AgsSolverMatrix *
ags_solver_matrix_new ();

Instantiate a new AgsSolverMatrix.

Returns

the new instance

Since: 3.0.0

Types and Values