wilson-labs / cola

Compositional Linear Algebra
Apache License 2.0
401 stars 26 forks source link

Kernel Operator #86

Closed AndPotap closed 7 months ago

AndPotap commented 7 months ago

Kernel operator based on a given function f where the matvec is evaluated on the fly. That is, [Kv]i = \sum{j} f(x1_i, x2_j) v_j.

codecov[bot] commented 7 months ago

Codecov Report

Attention: Patch coverage is 96.77419% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 82.55%. Comparing base (641bb42) to head (8900b04). Report is 1 commits behind head on main.

Files Patch % Lines
cola/ops/operators.py 96.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #86 +/- ## ========================================== + Coverage 82.44% 82.55% +0.11% ========================================== Files 41 41 Lines 3486 3514 +28 ========================================== + Hits 2874 2901 +27 - Misses 612 613 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.