1#ifndef _BAYES_FILTER_MATRIX_SUPPORT
2#define _BAYES_FILTER_MATRIX_SUPPORT
bool isSymmetric(const Matrix &M)
Definition matSup.cpp:73
RowMatrix::value_type UdUfactor_variant2(RowMatrix &M, std::size_t n)
Definition UdU.cpp:260
SymMatrix::value_type UdUinversePD(SymMatrix &M)
Definition UdU.cpp:820
void UdUrecompose(RowMatrix &M)
Definition UdU.cpp:647
void forceSymmetric(Matrix &M, bool bUpperToLower)
Definition matSup.cpp:100
void UdUfromUCholesky(RowMatrix &U)
Definition UdU.cpp:719
FMMatrix< detail::BaseRowMatrix > RowMatrix
Definition uBLASmatrix.hpp:324
FMMatrix< detail::SymMatrixWrapper< detail::BaseRowMatrix > > SymMatrix
Definition uBLASmatrix.hpp:327
FMVec< detail::BaseVector > Vec
Definition uBLASmatrix.hpp:323
bool isPSD(const SymMatrix &M)
Definition matSup.cpp:54
void Uzero(RowMatrix &M)
Definition UdU.cpp:701
Vec::value_type UdUrcond(const Vec &d)
Definition UdU.cpp:119
LTriMatrix::value_type LdLfactor(LTriMatrix &M, std::size_t n)
Definition UdU.cpp:330
bool UTinverse(UTriMatrix &U)
Definition UdU.cpp:560
RowMatrix::value_type UdUfactor_variant1(RowMatrix &M, std::size_t n)
Definition UdU.cpp:193
void assert_isPSD(const SymMatrix &M)
Definition matSup.cpp:38
FMMatrix< detail::BaseUpperTriMatrix > UTriMatrix
Definition uBLASmatrix.hpp:328
UTriMatrix::value_type UCrcond(const UTriMatrix &UC)
Definition UdU.cpp:147
RowMatrix Matrix
Definition uBLASmatrix.hpp:325
FMMatrix< detail::BaseLowerTriMatrix > LTriMatrix
Definition uBLASmatrix.hpp:329
UTriMatrix::value_type UCfactor(UTriMatrix &M, std::size_t n)
Definition UdU.cpp:392
RowMatrix::value_type UdUfactor(RowMatrix &M, std::size_t n)
Definition matSup.hpp:59
SymMatrix::value_type UdUdet(const SymMatrix &UD)
Definition UdU.cpp:176
void UdUrecompose_transpose(RowMatrix &M)
Definition UdU.cpp:602
void UdUseperate(RowMatrix &U, Vec &d, const RowMatrix &UD)
Definition UdU.cpp:751
bool UdUinverse(RowMatrix &UD)
Definition UdU.cpp:511
void Lzero(RowMatrix &M)
Definition UdU.cpp:684
SymMatrix::value_type UdUinversePDignoreInfinity(SymMatrix &M)
Definition UdU.cpp:793