nonlin 1.5.2
A library that provides routines to compute the solutions to systems of nonlinear equations.
Loading...
Searching...
No Matches
nonlin_polynomials::operator(-) Interface Reference

Defines polynomial subtraction. More...

Public Member Functions

type(polynomial) function poly_poly_subtract (x, y)
 Subtracts two polynomials.
 

Detailed Description

Defines polynomial subtraction.

Definition at line 44 of file nonlin_polynomials.f90.

Member Function/Subroutine Documentation

◆ poly_poly_subtract()

type(polynomial) function nonlin_polynomials::operator(-)::poly_poly_subtract ( class(polynomial), intent(in) x,
class(polynomial), intent(in) y )

Subtracts two polynomials.

Parameters
[in]xThe left-hand-side argument.
[in]yThe right-hand-side argument.
Returns
The resulting polynomial.

Definition at line 877 of file nonlin_polynomials.f90.


The documentation for this interface was generated from the following file: