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.
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.