Class
AgsSolverPolynomial
[−]
Description
class Ags.SolverPolynomial : GObject.Object
{
flags: guint,
obj_mutex: GRecMutex,
polynomial: gchar*,
coefficient: gchar*,
symbol: gchar**,
exponent: gchar**,
coefficient_value: AgsComplex*,
exponent_value: AgsComplex*
}
No description available.
[−]
Instance methods
ags_solver_polynomial_add
Perform addition of polynomial_a
and polynomial_b
. Both summands need to have the very same
symbol and exponent, otherwise NULL
returned and error is appropriately set.
since: 3.2.0
ags_solver_polynomial_extract_root
Perform raising power of polynomial_a
and polynomial_b
.
since: 3.2.0
ags_solver_polynomial_get_coefficient_value
Get coefficient value of solver_polynomial
.
since: 3.9.3
ags_solver_polynomial_multiply
Perform multiplication of polynomial_a
and polynomial_b
.
since: 3.2.0
ags_solver_polynomial_raise_power
Perform raising power of polynomial_a
and polynomial_b
.
since: 3.2.0
ags_solver_polynomial_set_coefficient_value
Set coefficient_value
of solver_polynomial
.
since: 3.9.3
ags_solver_polynomial_subtract
Perform subtraction of polynomial_a
and polynomial_b
. Both minuend and subtrahend need to have the very same
symbol and exponent, otherwise NULL
returned and error is appropriately set.
since: 3.2.0
[+]