Ags.SolverVector¶
- Subclasses:
 None
Methods¶
- Inherited:
 - Structs:
 
class  | 
  | 
  | 
|
  | 
|
  | 
Virtual Methods¶
- Inherited:
 
Properties¶
Name  | 
Type  | 
Flags  | 
Short Description  | 
|---|---|---|---|
r  | 
The polynomial count this solver vector has in polynomial column  | 
||
r/w  | 
The source polynomial this solver vector is derived from  | 
Signals¶
- Inherited:
 
Fields¶
- Inherited:
 
Name  | 
Type  | 
Access  | 
Description  | 
|---|---|---|---|
flags  | 
r  | 
||
gobject  | 
r  | 
||
obj_mutex  | 
r  | 
||
polynomial_column  | 
r  | 
||
polynomial_count  | 
r  | 
||
polynomial_history  | 
r  | 
||
source_polynomial  | 
r  | 
Class Details¶
- class Ags.SolverVector(**kwargs)¶
 - Bases:
 - Abstract:
 No
- Structure:
 
- classmethod new()¶
 - Returns:
 the new instance
- Return type:
 
Instantiate a new
Ags.SolverVector.New in version 3.0.0.
- get_polynomial_count()¶
 - Returns:
 the polynomial count
- Return type:
 
Get polynomial count of self.
New in version 3.9.3.
- get_source_polynomial()¶
 - Returns:
 the source polynomial
- Return type:
 
Get source polynomial of self.
New in version 3.9.3.
- insert_polynomial(solver_polynomial, position)¶
 - Parameters:
 solver_polynomial (
Ags.SolverPolynomial) – theAgs.SolverPolynomialposition (
int) – the position
Insert solver_polynomial to self.
New in version 3.2.0.
- remove_polynomial(solver_polynomial)¶
 - Parameters:
 solver_polynomial (
Ags.SolverPolynomial) – theAgs.SolverPolynomial
Remove solver_polynomial from self.
New in version 3.2.0.
Property Details¶
- Ags.SolverVector.props.polynomial_count¶
 - 
The polynomial count of the term table.
New in version 3.9.3.