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
The operators returned by get_operator are usually wrapped as R*M*R' which is fine if R'R=I, but this is generally not the case. Instead, the expression should be R*M*inv(R), which is dependent on ContinuumArrays.jl implementing inv(::AbstractQuasiMatrix) and that inv(R)*R=I is a no-op.
The text was updated successfully, but these errors were encountered:
The operators returned by
get_operator
are usually wrapped asR*M*R'
which is fine ifR'R=I
, but this is generally not the case. Instead, the expression should beR*M*inv(R)
, which is dependent on ContinuumArrays.jl implementinginv(::AbstractQuasiMatrix)
and thatinv(R)*R=I
is a no-op.The text was updated successfully, but these errors were encountered: