nonlin 1.5.2
A library that provides routines to compute the solutions to systems of nonlinear equations.
|
Defines polynomial subtraction. More...
Public Member Functions | |
type(polynomial) function | poly_poly_subtract (x, y) |
Subtracts two polynomials. | |
Defines polynomial subtraction.
Definition at line 44 of file nonlin_polynomials.f90.
type(polynomial) function nonlin_polynomials::operator(-)::poly_poly_subtract | ( | class(polynomial), intent(in) | x, |
class(polynomial), intent(in) | y ) |
Subtracts two polynomials.
[in] | x | The left-hand-side argument. |
[in] | y | The right-hand-side argument. |
Definition at line 877 of file nonlin_polynomials.f90.