Ags.Function

g Ags.Function Ags.Function GObject.Object GObject.Object GObject.Object->Ags.Function

Subclasses:

None

Methods

Inherited:

GObject.Object (37)

Structs:

GObject.ObjectClass (5)

class

new (source_function)

add_matrix (solver_matrix)

remove_matrix (solver_matrix)

Virtual Methods

Inherited:

GObject.Object (7)

Properties

Name

Type

Flags

Short Description

normalized-function

str

r/w

The normalized form of function to use to translate values

pivot-table

int

r/w

The original pivot table representation

source-function

str

r/w

The function to use to translate values

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Name

Type

Access

Description

column_count

int

r

equation

str

r

flags

int

r

gobject

GObject.Object

r

is_pushing

bool

r

normalized_function

str

r

obj_mutex

GLib.RecMutex

r

pivot_table

Ags.Complex

r

pivot_table_count

int

r

row_count

int

r

solver_level

int

r

solver_matrix

[object]

r

solver_vector

Ags.Complex

r

source_function

str

r

symbol

str

r

transformed_equation

str

r

Class Details

class Ags.Function(**kwargs)
Bases:

GObject.Object

Abstract:

No

Structure:

Ags.FunctionClass

classmethod new(source_function)
Parameters:

source_function (str) – the source function

Returns:

the new instance

Return type:

Ags.Function

Instantiate a new Ags.Function.

New in version 3.0.0.

add_matrix(solver_matrix)
Parameters:

solver_matrix (Ags.SolverMatrix) – the Ags.SolverMatrix

Add solver_matrix to self.

New in version 3.2.0.

remove_matrix(solver_matrix)
Parameters:

solver_matrix (Ags.SolverMatrix) – the Ags.SolverMatrix

Remove solver_matrix from self.

New in version 3.2.0.

Property Details

Ags.Function.props.normalized_function
Name:

normalized-function

Type:

str

Default Value:

None

Flags:

READABLE, WRITABLE

The normalized function.

New in version 3.0.0.

Ags.Function.props.pivot_table
Name:

pivot-table

Type:

int

Default Value:

None

Flags:

READABLE, WRITABLE

The pivot table.

New in version 3.0.0.

Ags.Function.props.source_function
Name:

source-function

Type:

str

Default Value:

None

Flags:

READABLE, WRITABLE

The source function.

New in version 3.0.0.