Solves General Linear Least Squares Normal Equation
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
double precision, | intent(in) | :: | AA(0:npar,0:npoly) |
Polynomial Basis |
||
double precision, | intent(in) | :: | BB(0:npar) |
f0(is,iperp,:) |
||
double precision, | intent(out) | :: | coeffs(0:npoly) |
fit coefficients |
||
integer | :: | npoly |
Order for polyhedral representation |