Linear least squares. More...
#include <iosfwd>#include <vnl/vnl_vector.h>#include <vnl/vnl_linear_system.h>#include <vnl/algo/vnl_algo_export.h>Go to the source code of this file.
Classes | |
| class | vnl_lsqr |
| Linear least squares. More... | |
Linear least squares.
vnl_lsqr implements an algorithm for large, sparse linear systems and sparse, linear least squares. It is a wrapper for the LSQR algorithm of Paige and Saunders (ACM TOMS 583). The sparse system is encapsulated by a vnl_linear_system.
Modifications 000705 capes@robots initial version. 4/4/01 LSB (Manchester) Documentation tidied
Definition in file vnl_lsqr.h.
1.8.15