Closed deviprasad135 closed 7 years ago
Hello @deviprasad135. I've put some comments in your tex file. I'll push it to the repo in a moment.
I like your problem statement. In addition to the comments I made in the tex file, my only suggestion is that you clarify that you are creating a library that contains a family of linear solvers. Your goal will be to create a simplified version of something like the gnu scientific library:
https://www.gnu.org/software/gsl/manual/html_node/Linear-Algebra.html
Rather than focus on a program that takes input and produces output, you will produce a collection of related subroutines that a calling program would then use. As part of your testing, you will write a calling program (driver), but the deliverable makes more sense as a library.
Hello Devi. I approve your problem statement. (Please note, you do not need to aim for a linear solver that is faster.)
Dear Dr. Smith, Thank you for approving my problem statement.
Thanks, Devi
On Sep 19, 2017 3:55 PM, "Spencer Smith" notifications@github.com wrote:
Hello Devi. I approve your problem statement. (Please note, you do not need to aim for a linear solver that is faster.)
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/deviprasad135/CAS741/issues/1#issuecomment-330654936, or mute the thread https://github.com/notifications/unsubscribe-auth/ActQuf7ac_EwriqIJBM9FOEW-J3KaDEQks5skBwhgaJpZM4PZDgL .
@smiths https://github.com/deviprasad135/CAS741/blob/master/BlankProjectTemplate/Doc/ProblemStatement/ProblemStatement.pdf
Please review