Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dblalock/bolt
/ orthonormalize_rows
Function
orthonormalize_rows
experiments/python/utils.py:157–159 ·
view source on GitHub ↗
(A)
Source
from the content-addressed store, hash-verified
155
156
157
def
orthonormalize_rows(A):
158
Q, R = np.linalg.qr(A.T)
159
return
Q.T
160
161
162
def
random_rotation(D):
Callers
2
opq_initialize
Function · 0.90
random_rotation
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected