Package cc.redberry.core.transformations.factor.jasfactor.edu.jas.poly

Examples of cc.redberry.core.transformations.factor.jasfactor.edu.jas.poly.ExpVector.subtract()


            if (!mt) {
                //T = new OrderedMapPolynomial( a, e );
                R = R.sum(a, e);
                S = S.subtract(a, e);
            } else {
                e = e.subtract(htl[i]);
                a = a.divide((C) lbc[i]);
                Q = p[i].multiply(a, e);
                S = S.subtract(Q);
            }
        }
View Full Code Here


            if (!mt) {
                //T = new OrderedMapPolynomial( a, e );
                R = R.sum(a, e);
                S = S.subtract(a, e);
            } else {
                e = e.subtract(htl[i]);
                a = a.divide((C) lbc[i]);
                Q = p[i].multiply(a, e);
                S = S.subtract(Q);
            }
        }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.