Skip to content
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

feat: Adding system solvers to the Flutter example #23

Merged
merged 14 commits into from
Jun 25, 2021
Merged

Conversation

albertodev01
Copy link
Owner

Why?

Currently, the web example is missing a page for system solving algorithms so it's time to add it!

What?

I have added the systems page inside example/flutter_example and written unit/widget/golden tests

Types of Changes

  • New feature (non-breaking change which adds functionality)
  • Documentation change (change to update documentation)

Notes

I have also made some minor format changes to the equations package and added a named constructor to initialize systems from a flattened matrix.

Checklist

  • I have provided a description of the proposed changes.
  • I added unit tests for all relevant code.
  • I added golden tests for all UI changes.
  • I added documentation for all relevant code.

@albertodev01 albertodev01 changed the title Develop feat: Adding system solvers to the Flutter example Jun 25, 2021
@albertodev01 albertodev01 added documentation Improvements or additions to documentation enhancement New feature or request labels Jun 25, 2021
@albertodev01 albertodev01 self-assigned this Jun 25, 2021
@codecov-commenter
Copy link

codecov-commenter commented Jun 25, 2021

Codecov Report

Merging #23 (780b4cd) into master (89e5a0d) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #23   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           50        50           
  Lines         1816      1844   +28     
=========================================
+ Hits          1816      1844   +28     
Impacted Files Coverage Δ
lib/src/system/system.dart 100.00% <100.00%> (ø)
lib/src/system/types/cholesky.dart 100.00% <100.00%> (ø)
lib/src/system/types/gauss.dart 100.00% <100.00%> (ø)
lib/src/system/types/gauss_seidel.dart 100.00% <100.00%> (ø)
lib/src/system/types/jacobi.dart 100.00% <100.00%> (ø)
lib/src/system/types/lu.dart 100.00% <100.00%> (ø)
lib/src/system/types/sor.dart 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 89e5a0d...780b4cd. Read the comment docs.

@albertodev01 albertodev01 merged commit b296f74 into master Jun 25, 2021
@albertodev01 albertodev01 deleted the develop branch June 25, 2021 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants