Ags.SolverMatrix¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r |
The column count this solver matrix has in term table |
||
r |
The row count this solver matrix has in term table |
||
r/w |
The solver path |
||
r/w |
The source function this solver matrix is derived from |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
column_count |
r |
||
flags |
r |
||
function_history |
r |
||
gobject |
r |
||
obj_mutex |
r |
||
row_count |
r |
||
solver_path |
[ |
r |
|
source_function |
r |
||
term_table |
r |
Class Details¶
- class Ags.SolverMatrix(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new()¶
- Returns:
the new instance
- Return type:
Instantiate a new
Ags.SolverMatrix
.New in version 3.0.0.
- eliminate(nth_column, nth_row_a, nth_row_b)¶
- Parameters:
Eliminate one column of self.
New in version 3.9.3.
- get_row_count()¶
- Returns:
the row count
- Return type:
Get row count of self.
New in version 3.9.3.
- get_source_function()¶
- Returns:
the column count
- Return type:
Get column count of self.
New in version 3.9.3.
- insert_vector(solver_vector, position)¶
- Parameters:
solver_vector (
Ags.SolverVector
) – theAgs.SolverVector
position (
int
) – the position
Insert solver_vector to self.
New in version 3.2.0.
- parse(source_function)¶
- Parameters:
source_function (
str
) – the normalized source function
Parse source_function and apply to self.
New in version 3.9.3.
- remove_vector(solver_vector)¶
- Parameters:
solver_vector (
Ags.SolverVector
) – theAgs.SolverVector
Remove solver_vector from self.
New in version 3.2.0.
- set_source_function(source_function)¶
- Parameters:
source_function (
str
) – the source function
Set source_function of self.
New in version 3.9.3.
- solve_default()¶
Default solve.
New in version 5.3.4.
Property Details¶
- Ags.SolverMatrix.props.column_count¶
-
The column count of the term table.
New in version 3.9.3.
- Ags.SolverMatrix.props.row_count¶
-
The row count of the term table.
New in version 3.9.3.
- Ags.SolverMatrix.props.solver_path¶
-
The assigned solver path.
New in version 6.7.1.