Package org.flag4j.linalg.solvers.lstsq
package org.flag4j.linalg.solvers.lstsq
Solvers for under-, well-, or over-determined linear systems in a least-squares sense.
-
ClassesClassDescriptionInstances of this class solve complex linear systems of the form \( Ax = b \) or \( AX = B \) in a least-squares sense.An abstract solver for linear systems of the form \( Ax = b \) or \( AX = B \) in a least-squares sense.Instances of this class solve real linear systems of the form \( Ax = b \) or \( AX = B \) in a least-squares sense.