-
Notifications
You must be signed in to change notification settings - Fork 57
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
Quickstart for linear solvers #511
Quickstart for linear solvers #511
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
@@ -0,0 +1,2673 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
@@ -0,0 +1,2673 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
Codecov Report
@@ Coverage Diff @@
## main #511 +/- ##
==========================================
+ Coverage 87.54% 87.56% +0.02%
==========================================
Files 147 151 +4
Lines 5843 5937 +94
Branches 770 771 +1
==========================================
+ Hits 5115 5199 +84
- Misses 499 505 +6
- Partials 229 233 +4
|
In a Nutshell
A quickstart for linear solvers. Describes basic functionality: i) how to create a test problem ii) how to run the default solver iii) what are the returned objects.
Detailed Description
Encoding prior knowledge is not included here yet as per offline discussion. This will come in a separate tutorial (potentially before or after the interface is adapted to take selected prior information directly (see also #526 ))
Related Issues
na