15 typedef Svd<Real> Svd;
16 typedef Qrd<Real> Qrd;
17 typedef BackSub<Real> BackSub;
55 void calc(
const Matrix& x,
const Vec& y, Vec& b);
67 void calc(
const Matrix& x,
const Vec& y,
const Vec& w, Vec& b);
80 void calc(
const Matrix& x,
const Vec& y,
const Vec& w,
const Matrix& c,
const Vec& d, Vec& b);
107 extern template class LinearLeastSqr<Float>;
108 extern template class LinearLeastSqr<Double>;
Algebra.
Definition: Alge.h:13
Linear least squares solver.
Definition: LinearLeastSqr.h:12
Matrix< matrix::dynamic, matrix::dynamic, Real > Matrix
Definition: LinearLeastSqr.h:20
Vec< matrix::dynamic, Real > Vec
Definition: LinearLeastSqr.h:21
void calc(const Matrix &x, const Vec &y, Vec &b)
Linear least squares.
Definition: LinearLeastSqr.cpp:9
LinearLeastSqr()
Definition: LinearLeastSqr.h:23
Global Honeycomb namespace.