Home | History | Annotate | Download | only in src

Lines Matching full:linear

243   Finds real roots of cubic, quadratic or linear equation.
331 // linear equation
441 * linear and quadratic iterated synthetic division. The coefficients of
505 goto LINEAR;
562 goto LINEAR;
564 goto LINEAR;
589 LINEAR: