Skip to content

Conversation

dkarrasch
Copy link
Contributor

This prepares the ground for JuliaLang/julia#46874. The addition of handling of transpose factorizations seems desirable (and necessary in the above mentioned PR) because real LU prefers transpose over adjoints, in contrast to other factorizations.

@codecov
Copy link

codecov bot commented Jan 11, 2023

Codecov Report

Merging #363 (a292ecf) into master (1ca8a3d) will decrease coverage by 4.15%.
The diff coverage is 66.66%.

@@            Coverage Diff             @@
##           master     #363      +/-   ##
==========================================
- Coverage   57.92%   53.76%   -4.16%     
==========================================
  Files          43       43              
  Lines        3289     3283       -6     
==========================================
- Hits         1905     1765     -140     
- Misses       1384     1518     +134     
Impacted Files Coverage Δ
src/operators/basic_operators.jl 30.48% <66.66%> (-25.99%) ⬇️
src/problems/rode_problems.jl 0.00% <0.00%> (-100.00%) ⬇️
src/problems/noise_problems.jl 0.00% <0.00%> (-100.00%) ⬇️
src/problems/bvp_problems.jl 0.00% <0.00%> (-75.00%) ⬇️
src/operators/diffeq_operator.jl 0.00% <0.00%> (-25.68%) ⬇️
src/problems/steady_state_problems.jl 60.00% <0.00%> (-20.00%) ⬇️
src/problems/problem_traits.jl 75.00% <0.00%> (-10.00%) ⬇️
src/operators/common_defaults.jl 64.70% <0.00%> (-8.83%) ⬇️
src/problems/discrete_problems.jl 69.56% <0.00%> (-8.70%) ⬇️
... and 8 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@ChrisRackauckas ChrisRackauckas merged commit 9d1853d into SciML:master Jan 11, 2023
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.

2 participants