scitbx::minpack::raw Namespace Reference
Raw MINPACK interfaces with minimal adjustments.
More...
|
Classes |
| struct | ref1 |
| struct | ref2 |
| struct | lmder |
| | C++ port of lmder. More...
|
Functions |
|
template<typename NumType> |
| NumType | pow2 (NumType const &x) |
|
double | dpmpar (int i) |
|
double | enorm (int n, ref1< double > const &x) |
|
void | qrfac (const int m, const int n, ref2< double > const &a, const int lda, const bool pivot, ref1< int > const &ipvt, const int lipvt, ref1< double > const &rdiag, ref1< double > const &acnorm, ref1< double > const &wa) |
|
void | qrsolv (const int n, ref2< double > const &r, const int ldr, ref1< int > const &ipvt, ref1< double > const &diag, ref1< double > const &qtb, ref1< double > const &x, ref1< double > const &sdiag, ref1< double > const &wa) |
|
void | lmpar (const int n, ref2< double > const &r, const int ldr, ref1< int > const &ipvt, ref1< double > const &diag, ref1< double > const &qtb, const double delta, double &par, ref1< double > const &x, ref1< double > const &sdiag, ref1< double > const &wa1, ref1< double > const &wa2) |
Detailed Description
Raw MINPACK interfaces with minimal adjustments.