You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We originally incorporated this function to support updates based K.T @ (a @ a.T) @ K and K.T @ (g @ g.T) @ K, e.g. in the private ASDL implementation.
But now we are using an update that computes (K.T @ a) (K.T @ a).T and (K.T @ g) @ (K.T @ g).T instead via StructuredMatrix.from_inner. Hence, we can remove from_inner2 and the associated tests.
The text was updated successfully, but these errors were encountered:
f-dangel
changed the title
[DEL] Deprecate .from_inner2 from StructuredMatrix interface
Deprecate .from_inner2 from StructuredMatrix interface
Oct 26, 2023
We originally incorporated this function to support updates based
K.T @ (a @ a.T) @ K
andK.T @ (g @ g.T) @ K
, e.g. in the private ASDL implementation.But now we are using an update that computes
(K.T @ a) (K.T @ a).T
and(K.T @ g) @ (K.T @ g).T
instead viaStructuredMatrix.from_inner
. Hence, we can removefrom_inner2
and the associated tests.The text was updated successfully, but these errors were encountered: