#include <cmath>#include <vector>#include <algorithm>Classes | |
| struct | ROOT::Math::CholeskyDecompHelpers::_decomposer< F, N, M > | 
| struct to do a Cholesky decomposition  More... | |
| struct | ROOT::Math::CholeskyDecompHelpers::_decomposer< F, 0, M > | 
| struct to do a Cholesky decomposition (specialized, N = 0)  More... | |
| struct | ROOT::Math::CholeskyDecompHelpers::_decomposer< F, 1, M > | 
| struct to do a Cholesky decomposition (specialized, N = 1)  More... | |
| struct | ROOT::Math::CholeskyDecompHelpers::_decomposer< F, 2, M > | 
| struct to do a Cholesky decomposition (specialized, N = 2)  More... | |
| struct | ROOT::Math::CholeskyDecompHelpers::_decomposer< F, 3, M > | 
| struct to do a Cholesky decomposition (specialized, N = 3)  More... | |
| struct | ROOT::Math::CholeskyDecompHelpers::_decomposer< F, 4, M > | 
| struct to do a Cholesky decomposition (specialized, N = 4)  More... | |
| struct | ROOT::Math::CholeskyDecompHelpers::_decomposer< F, 5, M > | 
| struct to do a Cholesky decomposition (specialized, N = 5)  More... | |
| struct | ROOT::Math::CholeskyDecompHelpers::_decomposer< F, 6, M > | 
| struct to do a Cholesky decomposition (specialized, N = 6)  More... | |
| struct | ROOT::Math::CholeskyDecompHelpers::_decomposerGenDim< F, M > | 
| struct to do a Cholesky decomposition (general dimensionality)  More... | |
| struct | ROOT::Math::CholeskyDecompHelpers::_inverter< F, N, M > | 
| struct to obtain the inverse from a Cholesky decomposition  More... | |
| struct | ROOT::Math::CholeskyDecompHelpers::_inverter< F, 0, M > | 
| struct to obtain the inverse from a Cholesky decomposition (N = 0)  More... | |
| struct | ROOT::Math::CholeskyDecompHelpers::_inverter< F, 1, M > | 
| struct to obtain the inverse from a Cholesky decomposition (N = 1)  More... | |
| struct | ROOT::Math::CholeskyDecompHelpers::_inverter< F, 2, M > | 
| struct to obtain the inverse from a Cholesky decomposition (N = 2)  More... | |
| struct | ROOT::Math::CholeskyDecompHelpers::_inverter< F, 3, M > | 
| struct to obtain the inverse from a Cholesky decomposition (N = 3)  More... | |
| struct | ROOT::Math::CholeskyDecompHelpers::_inverter< F, 4, M > | 
| struct to obtain the inverse from a Cholesky decomposition (N = 4)  More... | |
| struct | ROOT::Math::CholeskyDecompHelpers::_inverter< F, 5, M > | 
| struct to obtain the inverse from a Cholesky decomposition (N = 5)  More... | |
| struct | ROOT::Math::CholeskyDecompHelpers::_inverter< F, 6, M > | 
| struct to obtain the inverse from a Cholesky decomposition (N = 6)  More... | |
| struct | ROOT::Math::CholeskyDecompHelpers::_inverterGenDim< F, M > | 
| struct to obtain the inverse from a Cholesky decomposition (general dimensionality)  More... | |
| struct | ROOT::Math::CholeskyDecompHelpers::_solver< F, N, V > | 
| struct to solve a linear system using its Cholesky decomposition  More... | |
| struct | ROOT::Math::CholeskyDecompHelpers::_solver< F, 0, V > | 
| struct to solve a linear system using its Cholesky decomposition (N=0)  More... | |
| struct | ROOT::Math::CholeskyDecompHelpers::_solver< F, 1, V > | 
| struct to solve a linear system using its Cholesky decomposition (N=1)  More... | |
| struct | ROOT::Math::CholeskyDecompHelpers::_solver< F, 2, V > | 
| struct to solve a linear system using its Cholesky decomposition (N=2)  More... | |
| struct | ROOT::Math::CholeskyDecompHelpers::_solver< F, 3, V > | 
| struct to solve a linear system using its Cholesky decomposition (N=3)  More... | |
| struct | ROOT::Math::CholeskyDecompHelpers::_solver< F, 4, V > | 
| struct to solve a linear system using its Cholesky decomposition (N=4)  More... | |
| struct | ROOT::Math::CholeskyDecompHelpers::_solver< F, 5, V > | 
| struct to solve a linear system using its Cholesky decomposition (N=5)  More... | |
| struct | ROOT::Math::CholeskyDecompHelpers::_solver< F, 6, V > | 
| struct to solve a linear system using its Cholesky decomposition (N=6)  More... | |
| struct | ROOT::Math::CholeskyDecompHelpers::_solverGenDim< F, V > | 
| struct to solve a linear system using its Cholesky decomposition (generalised dimensionality)  More... | |
| class | ROOT::Math::CholeskyDecomp< F, N > | 
| class to compute the Cholesky decomposition of a matrix  More... | |
| class | ROOT::Math::CholeskyDecompGenDim< F > | 
| class to compute the Cholesky decomposition of a matrix  More... | |
| class | ROOT::Math::CholeskyDecompHelpers::PackedArrayAdapter< G > | 
| adapter for packed arrays (to SMatrix indexing conventions)  More... | |
Namespaces | |
| namespace | ROOT | 
| tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7  | |
| namespace | ROOT::Math | 
| namespace | ROOT::Math::CholeskyDecompHelpers | 
| helpers for CholeskyDecomp  | |
header file containing the templated implementation of matrix inversion routines for use with ROOT's SMatrix classes (symmetric positive definite case)
Definition in file CholeskyDecomp.h.