dwmkerr / glmnet

GlmNet is a .NET version of the excellent OpenGL Mathematics library (GLM).
MIT License
53 stars 20 forks source link

fix: fix matrix multiplication not being associative #10

Closed dwmkerr closed 5 years ago

dwmkerr commented 5 years ago

Fixes #4. Fixes #5.

codecov[bot] commented 5 years ago

Codecov Report

Merging #10 into master will increase coverage by 1.8%. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master     #10     +/-   ##
========================================
+ Coverage      27%   28.8%   +1.8%     
========================================
  Files          10      10             
  Lines         500     500             
========================================
+ Hits          135     144      +9     
+ Misses        365     356      -9
Impacted Files Coverage Δ
source/GlmNet/GlmNet/mat4.cs 70% <100%> (+11.66%) :arrow_up:
source/GlmNet/GlmNet/vec4.cs 41.66% <0%> (+5.55%) :arrow_up:

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 35e4fd6...4cbac8f. Read the comment docs.