STK++ 0.9.13
|
namespace enclosing the wrappers of the lapack routines. More...
Classes | |
class | MultiLeastSquare |
The class MultiLeastSQquare solve the least square problem when the response b is multidimensional. More... | |
class | Qr |
{ More... | |
class | Svd |
{ More... | |
class | SymEigen |
{ More... | |
Functions | |
int | gelsd (int m, int n, int nrhs, Real *a, int lda, Real *b, int ldb, Real *s, Real *rcond, int *rank, Real *work, int lWork, int *iwork) |
wrapper of the LAPACK GELSD routine: computes the minimum-norm solution to a real linear least squares problem. | |
int | geqrf (int m, int n, Real *a, int lda, Real *tau, Real *work, int lWork) |
wrapper of the LAPACK DGEQRF routine: computes the Qr decomposition of a matrix. | |
int | gesdd (char jobz, int m, int n, Real *a, int lda, Real *s, Real *u, int ldu, Real *vt, int ldvt, Real *work, int lWork, int *iWork) |
wrapper of the LAPACK DGESDD routine. | |
int | syevr (char jobz, char range, char uplo, int n, Real *a, int lda, Real vl, Real vu, int il, int iu, Real abstol, int *m, Real *w, Real *z, int ldz, int *isuppz, Real *work, int lWork, int *iwork, int liwork) |
wrapper of the LAPACK SYEVR routine. | |
namespace enclosing the wrappers of the lapack routines.