SourcePro® C++ API Reference Guide

Product Documentation:
   SourcePro C++
Documentation Home
Classes
Least Squares Factorization

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...
 

Copyright © 2016 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.
Provide feedback to Rogue Wave about its documentation.