Class

AgsFunction

[]

Description

class Ags.Function : GObject.Object
{
  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)
[]

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)

Class structure