-
Notifications
You must be signed in to change notification settings - Fork 97
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
Matrix equation solving error #70
Comments
"inconsistent" means the two solutions are not identical? |
It is obviously that X_superlu is different from X_matlab, comparing each element in Matrix X. |
It is obviously that X_superlu is different from X_matlab, comparing each element in Matrix X.发自我的iPhone------------------ Original ------------------From: X. Sherry Li ***@***.***>Date: Wed,Jan 18,2023 11:27 PMTo: xiaoyeli/superlu ***@***.***>Cc: snugglerx ***@***.***>, Author ***@***.***>Subject: Re: [xiaoyeli/superlu] Matrix equation solving error (Issue #70)
"inconsistent" means the two solutions are not identical?
Have you checked the error : ||X_matlab - X_superlu|| / ||X_matlab|| ?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
[
{
***@***.***": "http://schema.org",
***@***.***": "EmailMessage",
"potentialAction": {
***@***.***": "ViewAction",
"target": "#70 (comment)",
"url": "#70 (comment)",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
***@***.***": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When solving the AX=B (A matrix and B matrix files are in the attachment below), the solution is inconsistent with MATLAB's.
Matrix.zip
The text was updated successfully, but these errors were encountered: