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
Hi -- I have an array that is mxnxn. Each of the mnxn matrices represents a single "frame." I wish to enforce that each nxn matrix/frame is a doubly-stochastic matrix. For a single nxn matrix, I could use projected gradients with the birkhoff projection. However, I would like to apply this constraint to everynxn matrix.
Does anyone know how to best implement this?
The text was updated successfully, but these errors were encountered:
Hi -- I have an array that is
mxnxn
. Each of them
nxn
matrices represents a single "frame." I wish to enforce that eachnxn
matrix/frame is a doubly-stochastic matrix. For a singlenxn
matrix, I could use projected gradients with the birkhoff projection. However, I would like to apply this constraint to everynxn
matrix.Does anyone know how to best implement this?
The text was updated successfully, but these errors were encountered: