Xmipp  v3.23.11-Nereus
Public Attributes | List of all members
WeightedLeastSquaresHelperMany Class Reference

#include <linear_system_helper.h>

Collaboration diagram for WeightedLeastSquaresHelperMany:
Collaboration graph
[legend]

Public Attributes

Matrix2D< double > A
 
Matrix2D< double > At
 
std::vector< Matrix1D< double > > bs
 
Matrix1D< double > w
 
Matrix1D< double > w_sqrt
 
Matrix2D< double > AtA
 
Matrix2D< double > AtAinv
 
Matrix1D< double > Atb
 

Detailed Description

Definition at line 47 of file linear_system_helper.h.

Member Data Documentation

◆ A

Matrix2D<double> WeightedLeastSquaresHelperMany::A

Definition at line 50 of file linear_system_helper.h.

◆ At

Matrix2D<double> WeightedLeastSquaresHelperMany::At

Definition at line 51 of file linear_system_helper.h.

◆ AtA

Matrix2D<double> WeightedLeastSquaresHelperMany::AtA

Definition at line 55 of file linear_system_helper.h.

◆ AtAinv

Matrix2D<double> WeightedLeastSquaresHelperMany::AtAinv

Definition at line 56 of file linear_system_helper.h.

◆ Atb

Matrix1D<double> WeightedLeastSquaresHelperMany::Atb

Definition at line 57 of file linear_system_helper.h.

◆ bs

std::vector<Matrix1D<double> > WeightedLeastSquaresHelperMany::bs

Definition at line 52 of file linear_system_helper.h.

◆ w

Matrix1D<double> WeightedLeastSquaresHelperMany::w

Definition at line 53 of file linear_system_helper.h.

◆ w_sqrt

Matrix1D<double> WeightedLeastSquaresHelperMany::w_sqrt

Definition at line 54 of file linear_system_helper.h.


The documentation for this class was generated from the following file: