Package org.geoforge.alg.function

Examples of org.geoforge.alg.function.GfrFunctionPolynomial3


      JamMatrix matOneInverted = matOne.inverse();

      JamMatrix matSolution = matOneInverted.times(matTwo);

      GfrFunctionPolynomial3 fnc = new GfrFunctionPolynomial3(
            matSolution.get(0, 0),
            matSolution.get(1, 0),
            matSolution.get(2, 0),
            matSolution.get(3, 0));
View Full Code Here

TOP

Related Classes of org.geoforge.alg.function.GfrFunctionPolynomial3

Copyright © 2018 www.massapicom. 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.