Uses of Class
org.flag4j.linalg.solvers.lstsq.LstsqSolver
Packages that use LstsqSolver
Package
Description
Solvers for under-, well-, or over-determined linear systems in a least-squares sense.
-
Uses of LstsqSolver in org.flag4j.linalg.solvers.lstsq
Subclasses of LstsqSolver in org.flag4j.linalg.solvers.lstsqModifier and TypeClassDescriptionclass
Instances of this class solve complex linear systems of the form \( Ax = b \) or \( AX = B \) in a least-squares sense.class
Instances of this class solve real linear systems of the form \( Ax = b \) or \( AX = B \) in a least-squares sense.