Class

AgsFunction

Description

class Ags.Function : GObject.Object {
  gobject: GObject,
  flags: guint,
  obj_mutex: GRecMutex,
  is_pushing: gboolean,
  equation: gchar**,
  transformed_equation: gchar**,
  source_function: gchar*,
  normalized_function: gchar*,
  symbol: gchar**,
  solver_matrix: GList*,
  pivot_table_count: guint,
  row_count: guint*,
  column_count: guint*,
  pivot_table: AgsComplex***,
  solver_level: guint,
  solver_vector: AgsComplex**
}
No description available.

Ancestors

Constructors

ags_function_new

Instantiate a new AgsFunction.

since: 3.0.0

Instance methods

ags_function_add_matrix

Add solver_matrix to function.

since: 3.2.0

ags_function_remove_matrix

Remove solver_matrix from function.

since: 3.2.0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Ags.Function:normalized-function

The normalized function.

since: 3.0.0

Ags.Function:pivot-table

The pivot table.

since: 3.0.0

Ags.Function:source-function

The source function.

since: 3.0.0

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 AgsFunctionClass {
  GObjectClass gobject;
  
}
No description available.
Class members
gobject: GObjectClass
No description available.