MCPcopy Create free account
hub / github.com/DSL-Lab/StreamSplat / strip_symmetric

Function strip_symmetric

utils/general_utils.py:78–79  ·  view source on GitHub ↗
(sym)

Source from the content-addressed store, hash-verified

76 return uncertainty
77
78def strip_symmetric(sym):
79 return strip_lowerdiag(sym)
80
81def build_rotation(r):
82 norm = torch.sqrt(r[...,0]*r[...,0] + r[...,1]*r[...,1] + r[...,2]*r[...,2] + r[...,3]*r[...,3])

Callers

nothing calls this directly

Calls 1

strip_lowerdiagFunction · 0.85

Tested by

no test coverage detected