| HEADER | |||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
| Packages that use AeModel | |
| biouml.plugins.simulation.ae | |
| biouml.plugins.simulation.java | |
| Uses of AeModel in biouml.plugins.simulation.ae |
| Methods in biouml.plugins.simulation.ae with parameters of type AeModel | |
static double | NewtonSolver.calculateHalfNorm(double [] x, AeModel m) |
static double[][] | NewtonSolver.jacobian(double [] x, double [] function, AeModel model) |
static double | NewtonSolver.lineSearch(double [] xOld, double fOld, double [] gradient, double [] direction, double maxStep, double [] x, AeModel model, Boolean check) |
static boolean | NewtonSolver.solve(double [] initialGuess, AeModel model) |
| Uses of AeModel in biouml.plugins.simulation.java |
| Classes in biouml.plugins.simulation.java that implement AeModel | |
class | JavaBaseModelCreated by IntelliJ IDEA. |
| FOOTER | |||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||