SourcePro® 2023.1 |
SourcePro® API Reference Guide |
The Least Squares Factorization classes allow you to find the best solution to an over-determined or under-determined system of equations.
Classes | |
class | RWLeastSqCh< TypeT > |
Represents a factorization of a system of equations with no exact solution such that the Cholesky method of least squares can be used. More... | |
class | RWLeastSqQR< TypeT, QRCalc > |
Represents a factorization of a system of equations with no exact solution such that the complete orthogonal factorization method of least squares can be used. More... | |
class | RWLeastSqSV< TypeT, SVDCalc > |
Represents a factorization of a system of equations with no exact solution such that the singular value method of least squares can be used. More... | |
Copyright © 2023 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved. |