Class

AgsFunction

Description

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

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.