Source: gdms/cepLs.h


Annotated List
Files
Globals
Hierarchy
Index

/******************************************************************************

******************************************************************************/
#include 
#include 
#include 

#include  "cepMatrix.h"

class cepLs
{
public:
  
  cepLs();
  ~cepLs();

  const cepMatrix cepDoLeastSquares(cepMatrix &, cepMatrix &, cepMatrix &); 
  
private:

  void sanityCheck(cepMatrix &, cepMatrix &, cepMatrix &);
  bool isDiagonal(cepMatrix &mat);
  
  const cepMatrix inverse(cepMatrix &);
  const cepMatrix mulDiag(cepMatrix &, cepMatrix &);
  const cepMatrix Amul(cepMatrix &, cepMatrix &);
  const cepMatrix mulA(cepMatrix &, cepMatrix &);
};



Generated by: pob on trillian on Sat Aug 10 17:26:42 2002, using kdoc 2.0a53.