Definition at line 43 of file LeastSquares.cc.
◆ StateFlags
| Enumerator |
|---|
| LOWER_FISHER_MATRIX | |
| FULL_FISHER_MATRIX | |
| RHS_VECTOR | |
| SOLUTION_ARRAY | |
| COVARIANCE_ARRAY | |
| DIAGNOSTIC_ARRAY | |
| DESIGN_AND_DATA | |
Definition at line 45 of file LeastSquares.cc.
◆ Impl()
| lsst::afw::math::LeastSquares::Impl::Impl |
( |
int |
dimension_, |
|
|
double |
threshold_ = std::numeric_limits<double>::epsilon() |
|
) |
| |
|
inline |
◆ ~Impl()
| virtual lsst::afw::math::LeastSquares::Impl::~Impl |
( |
| ) |
|
|
virtualdefault |
◆ ensure()
| void lsst::afw::math::LeastSquares::Impl::ensure |
( |
int |
desired | ) |
|
|
inline |
◆ factor()
| virtual void lsst::afw::math::LeastSquares::Impl::factor |
( |
| ) |
|
|
pure virtual |
◆ setRank()
template<typename D >
| void lsst::afw::math::LeastSquares::Impl::setRank |
( |
Eigen::MatrixBase< D > const & |
values | ) |
|
|
inline |
◆ updateCovariance()
| virtual void lsst::afw::math::LeastSquares::Impl::updateCovariance |
( |
| ) |
|
|
pure virtual |
◆ updateDiagnostic()
| virtual void lsst::afw::math::LeastSquares::Impl::updateDiagnostic |
( |
| ) |
|
|
pure virtual |
◆ updateRank()
| virtual void lsst::afw::math::LeastSquares::Impl::updateRank |
( |
| ) |
|
|
pure virtual |
◆ updateSolution()
| virtual void lsst::afw::math::LeastSquares::Impl::updateSolution |
( |
| ) |
|
|
pure virtual |
◆ covariance
| ndarray::Array<double, 2, 2> lsst::afw::math::LeastSquares::Impl::covariance |
◆ data
| Eigen::VectorXd lsst::afw::math::LeastSquares::Impl::data |
◆ design
| Eigen::MatrixXd lsst::afw::math::LeastSquares::Impl::design |
◆ diagnostic
| ndarray::Array<double, 1, 1> lsst::afw::math::LeastSquares::Impl::diagnostic |
◆ dimension
| int lsst::afw::math::LeastSquares::Impl::dimension |
◆ factorization
◆ fisher
| Eigen::MatrixXd lsst::afw::math::LeastSquares::Impl::fisher |
◆ rank
| int lsst::afw::math::LeastSquares::Impl::rank |
◆ rhs
| Eigen::VectorXd lsst::afw::math::LeastSquares::Impl::rhs |
◆ solution
| ndarray::Array<double, 1, 1> lsst::afw::math::LeastSquares::Impl::solution |
◆ state
| int lsst::afw::math::LeastSquares::Impl::state |
◆ threshold
| double lsst::afw::math::LeastSquares::Impl::threshold |
◆ whichDiagnostic
| Factorization lsst::afw::math::LeastSquares::Impl::whichDiagnostic |
The documentation for this class was generated from the following file: