Uses of Class
io.bhagat.math.linearalgebra.LinearEquation
-
Packages that use LinearEquation Package Description io.bhagat.math.linearalgebra A package for storing linear algebra -
-
Uses of LinearEquation in io.bhagat.math.linearalgebra
Methods in io.bhagat.math.linearalgebra with parameters of type LinearEquation Modifier and Type Method Description static java.util.HashMap<java.lang.String,java.lang.Double>LinearEquationSolver. solve(int method, LinearEquation... equations)Takes in LinearEquation objects and then returns the solutionstatic java.util.HashMap<java.lang.String,java.lang.Double>LinearEquationSolver. solve(LinearEquation... equations)Takes in LinearEquation objects and then returns the solutionMethod parameters in io.bhagat.math.linearalgebra with type arguments of type LinearEquation Modifier and Type Method Description static java.util.HashMap<java.lang.String,java.lang.Double>LinearEquationSolver. solve(java.util.ArrayList<LinearEquation> equations)Takes in LinearEquation objects and then returns the solutionstatic java.util.HashMap<java.lang.String,java.lang.Double>LinearEquationSolver. solve(java.util.ArrayList<LinearEquation> equations, int method)Takes in LinearEquation objects and then returns the solution
-