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
This should be replaced by a QR decomposition of Q. Ideally, we would do an implicit solve with Rx = Q'b but since you want to realize a matrix for this, you could at least take the reduced inv(R)*Q'.
The text was updated successfully, but these errors were encountered:
In the definition of the sharp matrix for LLSDDSharp:
https://github.com/AlgebraicJulia/CombinatorialSpaces.jl/blob/main/src/DiscreteExteriorCalculus.jl#L781
There is a pinv(X'X)
CombinatorialSpaces.jl/src/DiscreteExteriorCalculus.jl
Line 804 in 729946c
This should be replaced by a QR decomposition of Q. Ideally, we would do an implicit solve with
Rx = Q'b
but since you want to realize a matrix for this, you could at least take the reducedinv(R)*Q'
.The text was updated successfully, but these errors were encountered: