Jutho / TensorKit.jl

A Julia package for large-scale tensor computations, with a hint of category theory
MIT License
218 stars 38 forks source link

Soften type restrictions on tsvd kwargs #134

Closed lkdvos closed 2 months ago

lkdvos commented 2 months ago

This implementation ensures that additional algorithms can be defined for the tsvd implementation.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 82.22%. Comparing base (8b41fe3) to head (39f39ff).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #134 +/- ## ========================================== + Coverage 82.19% 82.22% +0.02% ========================================== Files 43 43 Lines 5713 5709 -4 ========================================== - Hits 4696 4694 -2 + Misses 1017 1015 -2 ```

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