rwlogo
SourcePro C++ 12.0

SourcePro® C++ API Reference Guide



   SourcePro C++
Documentation Home

Least Squares Factorization
[Linear Algebra Module]


Module Description

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...
 All Classes Functions Variables Typedefs Enumerations Enumerator Friends

© Copyright Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.