SourcePro® API Reference Guide

 
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 © 2023 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved.