NERSC / hpcpp

MIT License
7 stars 3 forks source link

Scripts for generating positive definiton inputs #23

Open hcq9102 opened 7 months ago

hcq9102 commented 7 months ago

Start Clean up:

Clean-up1:

Issue :The original input matrix is pascal matrix greatly limited the input matrix size(max matrix size will be 18*18). Solution: This py script is for generating Positive Definition Matrix as input which will be used in benchmark part in each cholesky cpp files.

In this way, we can definitely get positive-definite matrix after the verification: Line30