Skip to content

Conversation

@YingboMa
Copy link
Member

@YingboMa YingboMa commented Apr 1, 2019

The generated factorized W matrix is in the bare factors form. So, one can use it by

julia> factors = zeros(3, 3); F = LU(factors, collect(axes(factors, 1)), 0);

julia> fw(factors, u, p, 1, 1); F
LU{Float64,Array{Float64,2}}
L factor:
3×3 Array{Float64,2}:
  1.0   0.0  0.0
 -0.4   1.0  0.0
 -0.4  -6.5  1.0
U factor:
3×3 Array{Float64,2}:
 5.0  -4.0   0.0
 0.0   0.4   1.0
 0.0   0.0  13.5

@YingboMa YingboMa requested a review from ChrisRackauckas April 1, 2019 03:47
@codecov
Copy link

codecov bot commented Apr 1, 2019

Codecov Report

Merging #118 into master will decrease coverage by 0.33%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #118      +/-   ##
==========================================
- Coverage   94.52%   94.18%   -0.34%     
==========================================
  Files          11       11              
  Lines         329      327       -2     
==========================================
- Hits          311      308       -3     
- Misses         18       19       +1
Impacted Files Coverage Δ
src/systems/diffeqs/diffeqsystem.jl 94% <100%> (-0.24%) ⬇️
src/operations.jl 85.71% <0%> (-7.15%) ⬇️

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 5ac6f7d...48b0ec5. Read the comment docs.

@ChrisRackauckas ChrisRackauckas merged commit 28f75f1 into master Apr 7, 2019
@ChrisRackauckas ChrisRackauckas deleted the myb/lu branch April 7, 2019 10:02
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.

3 participants