asc-community / GenericTensor

The only library allowing to create Tensors (matrices extension) with custom types
https://angouri.org/#generictensor
MIT License
50 stars 5 forks source link

Linear transformations #21

Closed WhiteBlackGoose closed 3 years ago

WhiteBlackGoose commented 3 years ago
codecov-commenter commented 3 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@4b22510). Click here to learn what that means. The diff coverage is 78.12%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #21   +/-   ##
=========================================
  Coverage          ?   79.80%           
=========================================
  Files             ?       27           
  Lines             ?     1342           
  Branches          ?      265           
=========================================
  Hits              ?     1071           
  Misses            ?      187           
  Partials          ?       84           
Impacted Files Coverage Δ
GenericTensor/Core/Exceptions.cs 22.22% <ø> (ø)
GenericTensor/Core/Expressions/IteratorCompiler.cs 93.10% <ø> (ø)
GenericTensor/Core/Operators.cs 35.29% <0.00%> (ø)
GenericTensor/Core/Tensor/GenTensor.Axes.cs 92.98% <ø> (ø)
GenericTensor/Core/Tensor/GenTensor.Iterate.cs 76.11% <ø> (ø)
GenericTensor/Core/Tensor/GenTensor.Subtensor.cs 72.97% <ø> (ø)
GenericTensor/Core/Tensor/Tensor.cs 97.36% <ø> (ø)
GenericTensor/Core/TensorShape.cs 79.31% <ø> (ø)
GenericTensor/Core/ThreadUtils.cs 0.00% <ø> (ø)
GenericTensor/Functions/Composition.cs 80.64% <ø> (ø)
... and 17 more

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 4b22510...943889e. Read the comment docs.