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

Function UpperTri

bayes/include/open_ptrack/bayes/uBLASmatrix.hpp:356–364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354 */
355template <class M>
356const ublas::triangular_adaptor<const M, ublas::upper>
357 UpperTri(const M& m)
358/*
359 * View Upper triangle of m
360 * ISSUE VC7 cannot cope with UTriMatrix::functor1_type
361 */
362{
363 return ublas::triangular_adaptor<const M, ublas::upper>(m);
364}
365
366template <class M>
367const ublas::triangular_adaptor<const M, ublas::lower>

Callers 3

predictMethod · 0.85
observe_innovationMethod · 0.85
UCfactorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected