-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Weird issues with EuclideanMatrix property #104
Comments
I guess that issue 2 might be because of numerical error. But I find issue 1 to be more confusing? Where in the construction do we enforce symmetry of the matrix functions? Certainly, there are matrix functions that don't evaluate to symmetric matrices and at the same time satisfy the required equivariance property, e.g., where |
The symmetry issue suggests the basis is not complete. |
The real/complex thing is weird. First though, note you shouldn't use But even then the test fails. In fact going back to this
I don't understand at all why the elements of BB aren't real when you demand a real matrix as the property? Smells very much like a bug. |
Evaluations of a symmetric basis with
property=EuclideanMatrix{Float64}
Both tests have been added to the test file
test_EuclideanMatrix.jl
in latest commit c7cdea1 to PR #99The text was updated successfully, but these errors were encountered: