Class

AgsSolverMatrix

Description

class Ags.SolverMatrix : GObject.Object {
  gobject: GObject,
  flags: guint,
  obj_mutex: GRecMutex,
  function_history: gchar**,
  source_function: gchar*,
  term_table: AgsSolverVector**,
  row_count: guint,
  column_count: guint
}
No description available.

Ancestors

Constructors

ags_solver_matrix_new

Instantiate a new AgsSolverMatrix.

since: 3.0.0

Instance methods

ags_solver_matrix_eliminate

Eliminate one column of solver_matrix.

since: 3.9.3

ags_solver_matrix_get_column_count
No description available.

ags_solver_matrix_get_row_count

Get row count of solver_matrix.

since: 3.9.3

ags_solver_matrix_get_source_function

Get column count of solver_matrix.

since: 3.9.3

ags_solver_matrix_insert_vector

Insert solver_vector to solver_matrix.

since: 3.2.0

ags_solver_matrix_parse

Parse source_function and apply to solver_matrix.

since: 3.9.3

ags_solver_matrix_remove_vector

Remove solver_vector from solver_matrix.

since: 3.2.0

ags_solver_matrix_set_source_function

Set source_function of solver_matrix.

since: 3.9.3

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Ags.SolverMatrix:column-count

The column count of the term table.

since: 3.9.3

Ags.SolverMatrix:row-count

The row count of the term table.

since: 3.9.3

Ags.SolverMatrix:source-function

The assigned source-function.

since: 3.9.3

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct AgsSolverMatrixClass {
  GObjectClass gobject;
  
}
No description available.
Class members
gobject: GObjectClass
No description available.