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 discussed this briefly before, but now I really need it; how should jdqz be modified such that I can pass in a matrix V where the columns are the vectors that span the null space? I.e. dot(u, S, V[:,j]) = 0, where u is any trial vector and S is my metric, for all values of j.
The text was updated successfully, but these errors were encountered:
We discussed this briefly before, but now I really need it; how should
jdqz
be modified such that I can pass in a matrixV
where the columns are the vectors that span the null space? I.e.dot(u, S, V[:,j]) = 0
, whereu
is any trial vector andS
is my metric, for all values ofj
.The text was updated successfully, but these errors were encountered: