MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / UdUfactor

Function UdUfactor

bayes/include/open_ptrack/bayes/matSup.hpp:59–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57RowMatrix::value_type UdUfactor_variant1 (RowMatrix& M, std::size_t n);
58RowMatrix::value_type UdUfactor_variant2 (RowMatrix& M, std::size_t n);
59inline RowMatrix::value_type UdUfactor (RowMatrix& M, std::size_t n)
60{ return UdUfactor_variant2(M,n);
61}
62LTriMatrix::value_type LdLfactor (LTriMatrix& M, std::size_t n);
63UTriMatrix::value_type UCfactor (UTriMatrix& M, std::size_t n);
64

Callers

nothing calls this directly

Calls 1

UdUfactor_variant2Function · 0.85

Tested by

no test coverage detected