TensorCore.jl
TensorCore.jl copied to clipboard
Lightweight package for sharing tensor-algebra definitions
Bumps [julia-actions/cache](https://github.com/julia-actions/cache) from 1 to 2. Release notes Sourced from julia-actions/cache's releases. v2.0.0 Breaking Changes ⚠️ v2.0.0 requires node20. This is a breaking change, because node20 does not support the...
Bumps [julia-actions/setup-julia](https://github.com/julia-actions/setup-julia) from 1 to 2. Release notes Sourced from julia-actions/setup-julia's releases. v2.0.0 - Update to Node20 What's Changed update to node20 by @ranocha in julia-actions/setup-julia#209 Note the rationale for...
Implements `directsum` (https://en.wikipedia.org/wiki/Matrix_addition#Direct_sum) and unicode operator `⊕`. Currently it is limited to matrices but it could be extended to support multiple dimentsions (similar to the current behavior between `Vector ⊕...
I’m confused on the roll of this package: why not just use ` .* ` (instead of ` hardamard ` ) and ` kron ` (instead of ` tensor `)?