#include <aurostd_xmatrix.h>
Definition at line 636 of file aurostd_xmatrix.h.
◆ cematrix() [1/2]
aurostd::cematrix::cematrix |
( |
| ) |
|
◆ cematrix() [2/2]
aurostd::cematrix::cematrix |
( |
const xmatrix< double > & | A_in | ) |
|
◆ ~cematrix()
aurostd::cematrix::~cematrix |
( |
| ) |
|
◆ LeastSquare() [1/2]
void aurostd::cematrix::LeastSquare |
( |
xvector< double > & | y_vec, |
|
|
xvector< double > & | y_sigma ) |
◆ LeastSquare() [2/2]
void aurostd::cematrix::LeastSquare |
( |
xvector< double > & | y_vec | ) |
|
◆ SVDcmp_NR()
bool aurostd::cematrix::SVDcmp_NR |
( |
| ) |
|
◆ SVDsolve()
void aurostd::cematrix::SVDsolve |
( |
xvector< double > & | b_vec | ) |
|
◆ SVDFit()
void aurostd::cematrix::SVDFit |
( |
xvector< double > & | x_sigma, |
|
|
xvector< double > & | y ) |
◆ SVDvar()
void aurostd::cematrix::SVDvar |
( |
| ) |
|
◆ GetFitVector()
xvector< double > aurostd::cematrix::GetFitVector |
( |
| ) |
|
|
inline |
◆ InverseMatrix()
xmatrix< double > aurostd::cematrix::InverseMatrix |
( |
| ) |
|
◆ EigenValues()
xvector< double > aurostd::cematrix::EigenValues |
( |
| ) |
|
◆ Pythag2()
double aurostd::cematrix::Pythag2 |
( |
double | a, |
|
|
double | b ) |
◆ _sign()
double aurostd::cematrix::_sign |
( |
double | a, |
|
|
double | b ) |
|
inline |
◆ AVec()
std::vector< double > aurostd::cematrix::AVec |
( |
| ) |
|
|
inline |
◆ ChiSQ()
double aurostd::cematrix::ChiSQ |
( |
| ) |
const |
|
inlinenodiscard |
◆ nrow
int aurostd::cematrix::nrow |
|
private |
◆ ncol
int aurostd::cematrix::ncol |
|
private |
xmatrix<double> aurostd::cematrix::M |
|
private |
xvector<double> aurostd::cematrix::W |
|
private |
xmatrix<double> aurostd::cematrix::U |
|
private |
xmatrix<double> aurostd::cematrix::V |
|
private |
◆ a_vec
xvector<double> aurostd::cematrix::a_vec |
|
private |
◆ a_nvec
std::vector<double> aurostd::cematrix::a_nvec |
|
private |
◆ chisq
double aurostd::cematrix::chisq |
|
private |
◆ Cov
xmatrix<double> aurostd::cematrix::Cov |
|
private |
The documentation for this class was generated from the following files: