-
Notifications
You must be signed in to change notification settings - Fork 41
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
Symmetric example program gives a wrong solution #118
Comments
The matrix seems wrong. If we for now ignore the fact that the matrix is symmetric, then it can be specified as follows:
Note that |
Symmetric support was added recently, see for instance: |
I will check this in this week. |
I understand. Thank you both for helps. I have another question that does the 'solve' function also allow right hand side in CSR matrix format rather than the dense matrix as an input? If not, I suggest strongly STRUMPACK to allow to use both 1)sparse upper triangular matrix input for setting solver and 2)sparse right hand side for solving in the near future for higher functionalities to save memory usage. |
Hi, I'm trying to solve a problem with simple real valued symmetric matrix and rhs as below
I wrote my code as follows.
but gives a wrong answer
I'm sure that I made some mistake in some part in the code but cannot find a bug.
Would you please correct the code to give right solution or provide example code with row, col and value of a symmetric matrix to try?
Thank you.
The text was updated successfully, but these errors were encountered: