MCPcopy 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
157def orthonormalize_rows(A):
158 Q, R = np.linalg.qr(A.T)
159 return Q.T
160
161
162def random_rotation(D):

Callers 2

opq_initializeFunction · 0.90
random_rotationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected