Class

AgsSolverMatrix

[]

Description

class Ags.SolverMatrix : GObject.Object
{
  flags: guint,
  obj_mutex: GRecMutex,
  function_history: gchar**,
  source_function: gchar*,
  term_table: AgsSolverVector**,
  row_count: guint,
  column_count: guint,
  solver_path: GList*
}

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_solver_path

Get solver path of solver_matrix.

since: 6.7.1

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_solver_path

Get column count of solver_matrix.

since: 6.7.1

ags_solver_matrix_set_source_function

Set source_function of solver_matrix.

since: 3.9.3

ags_solver_matrix_solve_default

Default solve.

since: 5.3.4

ags_solver_matrix_to_string

To string of solver_matrix.

since: 5.5.1

Methods inherited from GObject (43)
[]

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:solver-path

The assigned solver path.

since: 6.7.1

Ags.SolverMatrix:source-function

The assigned source-function.

since: 3.9.3

[]

Signals

Signals inherited from GObject (1)

Class structure