-
Provides a constructor for tensor products of maps between free modules with basis.
Adds keyword arguments to covariant functorial constructions.
CC: @sagetrac-sage-combinat @nthiery @tscrim
Comp…
-
Hi,
The package is quite neat and user friendly, so kudos!
One thing I was trying to do was build up states which are tensor products of smaller states. I was wondering if it makes sense to sug…
-
The tensor product of cohomology rings of product of two spaces is twisted in the following sense:
(a ⊗ b) ⌣ (c ⊗ d) = (-1)|b|·|c|(a ⌣ c)⊗(b ⌣ d)
However there is no way to inform sage of this twi…
-
Implement an (approximate) tensor by tensor product over some indices;
tentative syntax is
``` matlab
c = tenmul(a,b,ind1,ind2,1e-8);
```
where ind1,ind2 are the indices over which the summation i…
-
Hi everyone! Thanks for great package for work with tensors!
I tried use this package for work with complex matrix/vectors, but not found Tensor Product implementation. You'll plan add this functiona…
-
### 🚀 The feature, motivation and pitch
1. NotImplementedError: Could not run 'aten::_to_copy' with arguments from the 'NestedTensorXPU' backend
cases:
test_transformers.py::TestTransformersXPU::te…
-
-
I wanted to ask if there's a way to
1. Get element-wise multiplication of two tensors
2. Something like a `map` where I can apply an operation on all elements in a tensor.
-
### 🚀 The feature, motivation and pitch
Currently, providing an attention mask argument to [jagged_scaled_dot_product_attention](https://github.com/pytorch/pytorch/blob/main/torch/nested/_internal/…
-
## Feature request
Dear Numba developer in may prohect i need [**polyval3d**(x, y, z, c)](https://github.com/numpy/numpy/blob/v2.1.0/numpy/polynomial/polynomial.py#L976-L1031). This function is imp…