-
Notifications
You must be signed in to change notification settings - Fork 13
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
I'm using hicma to do some tests. I have just one question #1
Comments
Hi, |
Dear Hatem I'm doing some tests with HICMA library that is promising for me. I have just one small additional question. Is it possible to use complex number with cholesky factorization ? Thanks in advance for your reply. Best regards Johnny |
Dear Johnny, |
Dear Hatem Thanks for your answer. What I use is complex matrices (real and imaginary part) providing from acoustic field so I was wondering if it was possible to use such kind of matrices with HICMA. Have a great day or great evening Regards |
Dear Johnny, |
Dear Hatem my matrix is complex symmetric positive not hermitian just symmetric (I use the lapack function ZSYTRF for now) If you can send me a version for this kind of matrix it will be wonderful and I will be happy to test it. However if you have just a complex version with equivalent to zpotrf lapack function I will be interested to have it. Thanks again for your help and support Regards |
Dear @joecomp, |
Dear Kadir Sorry to answer you so late , it's difficult for me to give you a piece of code to generate the matrix (it's too complex). What I can give you is a small example of the kind of matrix I have in text format (please find attached it). The file contains the upper triangular part of the matrix done with 614 equations (matrix contains 614 * 615 / 2 = 188 805 terms in total ) and is stored by rows. First 614 complex values is the first row of the matrix , then the next 613 values is the second row of the matrix , etc... Is this sufficient for you to do your test or do you want something else ? Thenk you very much for your support and your time. Best Regards |
Dear Hatem , dear Kadir I hope all is well with you and your family in these difficult times Do you have an idea on when the new version of your software will be available ? I have seen the abstract of your paper for the ISC conference "Solving Acoustic Boundary Integral Equations Using High Performance Tile Low-Rank LU Factorization". I will be interested to have the full paper if it possible for you to send me it. Thank you very much for your answer and your support. Have a good day. Regards |
Dear Johnny, |
Hi
I'm very interested by the HICMA software which seems very good.
Do you plan to add soon some other features as plaaned in your presentation ?
I'm especially interested by the LU Factorization / Solve , the OPENMP support and the support of other hierarchical format (H format in first)
Thank you very much in advance for your answer.
Regards
The text was updated successfully, but these errors were encountered: