invenia / PDMatsExtras.jl

Extra Positive (Semi-)Definite Matricies
MIT License
8 stars 6 forks source link

Define submat for PDMat subtypes #17

Closed glennmoy closed 3 years ago

glennmoy commented 3 years ago

Closes #16

This is essentially open-sourcing code that we already had in an internal package. It also adds support for ScalMat and PDSparseMat types and tests.

Somewhat needed for https://github.com/invenia/KeyedDistributions.jl/pull/18/files

codecov[bot] commented 3 years ago

Codecov Report

Merging #17 (1eb6f49) into master (54bbbf9) will increase coverage by 2.27%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #17      +/-   ##
==========================================
+ Coverage   70.10%   72.38%   +2.27%     
==========================================
  Files           3        4       +1     
  Lines          97      105       +8     
==========================================
+ Hits           68       76       +8     
  Misses         29       29              
Impacted Files Coverage Δ
src/PDMatsExtras.jl 100.00% <ø> (ø)
src/utils.jl 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 54bbbf9...1eb6f49. Read the comment docs.