#include "Math/SMatrix.h"
#include "Math/CholeskyDecomp.h"
Go to the source code of this file.
|
template<typename T , unsigned int N> |
bool | invertPosDefMatrix (ROOT::Math::SMatrix< T, N, N, ROOT::Math::MatRepSym< T, N > > &m) |
|
template<typename T , unsigned int N> |
bool | invertPosDefMatrix (ROOT::Math::SMatrix< T, N, N, ROOT::Math::MatRepSym< T, N > > const &mIn, ROOT::Math::SMatrix< T, N, N, ROOT::Math::MatRepSym< T, N > > &mOut) |
|
template<> |
bool | invertPosDefMatrix< double, 1 > (ROOT::Math::SMatrix< double, 1, 1, ROOT::Math::MatRepSym< double, 1 > > &m) |
|
template<> |
bool | invertPosDefMatrix< float, 1 > (ROOT::Math::SMatrix< float, 1, 1, ROOT::Math::MatRepSym< float, 1 > > &m) |
|
#define SMATRIX_USE_CONSTEXPR |
template<typename T , unsigned int N>
bool invertPosDefMatrix |
( |
ROOT::Math::SMatrix< T, N, N, ROOT::Math::MatRepSym< T, N > > & |
m | ) |
|
|
inline |
template<typename T , unsigned int N>
bool invertPosDefMatrix |
( |
ROOT::Math::SMatrix< T, N, N, ROOT::Math::MatRepSym< T, N > > const & |
mIn, |
|
|
ROOT::Math::SMatrix< T, N, N, ROOT::Math::MatRepSym< T, N > > & |
mOut |
|
) |
| |
|
inline |
template<>
bool invertPosDefMatrix< double, 1 > |
( |
ROOT::Math::SMatrix< double, 1, 1, ROOT::Math::MatRepSym< double, 1 > > & |
m | ) |
|
|
inline |
template<>
bool invertPosDefMatrix< float, 1 > |
( |
ROOT::Math::SMatrix< float, 1, 1, ROOT::Math::MatRepSym< float, 1 > > & |
m | ) |
|
|
inline |