SourcePro® API Reference Guide

 
Loading...
Searching...
No Matches
Least Squares Factorization

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

Detailed Description

The Least Squares Factorization classes allow you to find the best solution to an over-determined or under-determined system of equations.

Copyright © 2024 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved.