-
Notifications
You must be signed in to change notification settings - Fork 0
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
Implementing Arnoldi Block and linear algebra function [cBLAS] #3
Comments
This information is solely meant for dividing the tasks into sub-tasks and then to check the progress at each step
Arnoldi block is further divided into these steps: a) Factorize the Residual into QR Components
|
The specified matrix instance was corrupted as there were no values for the array 'val'. Used the following instance for input of matrix A https://math.nist.gov/MatrixMarket/data/Harwell-Boeing/bcsstruc1/bcsstk01.html |
Can we close this issue and open the issue for Arnoldi implementation separately by further dividing it into components as I mentioned in my comment? So that the real progress could be followed and if I get stuck somewhere we could trace it down. The basic data and file structure is created. GEMM is applied and implemented the clock as well. |
Well done! |
Matrix instance
The text was updated successfully, but these errors were encountered: