Gambit::Cholesky Class Reference
Collaboration diagram for Gambit::Cholesky:
![]()
Detailed DescriptionDefinition at line 26 of file cholesky.hpp. Constructor & Destructor Documentation◆ Cholesky() [1/2]
Definition at line 32 of file cholesky.hpp. ◆ Cholesky() [2/2]
Definition at line 34 of file cholesky.hpp. Member Function Documentation◆ DetSqrt()
Definition at line 127 of file cholesky.hpp. Referenced by Gambit::Priors::Cauchy::operator()(), Gambit::Priors::Gaussian::operator()(), and Gambit::Priors::LogNormal::operator()().
Here is the caller graph for this function:
![]() ◆ ElMult()Definition at line 69 of file cholesky.hpp. References b. Referenced by Gambit::Priors::Cauchy::transform(), Gambit::Priors::Gaussian::transform(), and Gambit::Priors::LogNormal::transform().
Here is the caller graph for this function:
![]() ◆ EnterMat()
Definition at line 36 of file cholesky.hpp. Referenced by Gambit::Priors::Cauchy::Cauchy(), Gambit::Priors::Gaussian::Gaussian(), Gambit::Priors::LogNormal::LogNormal(), and objective_plugin().
Here is the caller graph for this function:
![]() ◆ invElMult()x = L^-1 y where L is the lower-diagonal Cholesky matrix Found by forward substituion since L is lower-diagonal. Definition at line 91 of file cholesky.hpp. References generate_raster_scan_settings::n. Referenced by Gambit::Priors::Cauchy::inverse_transform(), Gambit::Priors::Gaussian::inverse_transform(), and Gambit::Priors::LogNormal::inverse_transform().
Here is the caller graph for this function:
![]() ◆ Square()
Definition at line 106 of file cholesky.hpp. Referenced by objective_plugin(), Gambit::Priors::Cauchy::operator()(), Gambit::Priors::Gaussian::operator()(), and Gambit::Priors::LogNormal::operator()().
Here is the caller graph for this function:
![]() Member Data Documentation◆ el
Definition at line 29 of file cholesky.hpp. The documentation for this class was generated from the following file:
|