Uses of Interface
pal.math.LMSSolver
-
Packages that use LMSSolver Package Description pal.math Classes for math stuff such as optimisation, numerical derivatives, matrix exponentials, random numbers, special function etc.pal.supgma -
-
Uses of LMSSolver in pal.math
Methods in pal.math that return LMSSolver Modifier and Type Method Description static LMSSolver
LMSSolver.Utils. getSimpleSolver()
Obtain a simple LMSSolver that uses the "traditional" method for LMS stuff (IE, using row reduction to find the inverse, with poor numerical accuracy) -
Uses of LMSSolver in pal.supgma
-