#include <lsqrinvert.h>
Public Member Functions | |
CLSqrInvertQRBigGauss (Array2D< double > kern, Array2D< double > cmtx, Array1D< double > cvec) | |
~CLSqrInvertQRBigGauss (void) | |
bool | solve (Array1D< double > data, Array2D< double > cov) |
Definition at line 166 of file lsqrinvert.h.
CLSqrInvertQRBigGauss::CLSqrInvertQRBigGauss | ( | Array2D< double > | kern, | |
Array2D< double > | cmtx, | |||
Array1D< double > | cvec | |||
) | [inline] |
Definition at line 169 of file lsqrinvert.h.
CLSqrInvertQRBigGauss::~CLSqrInvertQRBigGauss | ( | void | ) | [inline] |
Definition at line 171 of file lsqrinvert.h.