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

fix array fast path on matrices, do N-tensor generation, and fast sparse functions #233

Merged
merged 4 commits into from Feb 6, 2020

Conversation

ChrisRackauckas
Copy link
Member

Fixes #231

@ChrisRackauckas ChrisRackauckas changed the title fix array fast path on matrices fix array fast path on matrices and do N-tensor generation Feb 6, 2020
@codecov
Copy link

codecov bot commented Feb 6, 2020

Codecov Report

Merging #233 into master will decrease coverage by 1.5%.
The diff coverage is 90.9%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #233      +/-   ##
=========================================
- Coverage   88.21%   86.7%   -1.51%     
=========================================
  Files          15      15              
  Lines         509     504       -5     
=========================================
- Hits          449     437      -12     
- Misses         60      67       +7
Impacted Files Coverage Δ
src/ModelingToolkit.jl 50% <ø> (-25%) ⬇️
src/utils.jl 88.15% <90.9%> (-3.85%) ⬇️
src/operations.jl 50% <0%> (-11.12%) ⬇️
src/variables.jl 89.47% <0%> (-5.36%) ⬇️
src/differentials.jl 93.02% <0%> (-0.16%) ⬇️
src/systems/diffeqs/diffeqsystem.jl 88.69% <0%> (+0.56%) ⬆️
src/direct.jl 100% <0%> (+6.25%) ⬆️

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 600ea21...12740a9. Read the comment docs.

@ChrisRackauckas ChrisRackauckas changed the title fix array fast path on matrices and do N-tensor generation fix array fast path on matrices, do N-tensor generation, and fast sparse functions Feb 6, 2020
@ChrisRackauckas
Copy link
Member Author

Implements #133

@ChrisRackauckas ChrisRackauckas merged commit 12740a9 into master Feb 6, 2020
@ChrisRackauckas ChrisRackauckas deleted the sizing branch February 6, 2020 05:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect lengths of Jacobians
1 participant