-
Hi,
thanks a lot for this package and its documentation!
I want to solve a 2D differential equation with BSplines, and I saw that there is a PR to merge tensor products that is ~2 years old. Is th…
-
Hi! I have several questions about the grid tensor product. (1)Signal is projected to sphere directly, so how many points should be sampled in sphere? (2)How to choose quadrature method?(3) Dose it co…
-
Now that we have tensor products of abelian groups in #2021, a nice exercise (and something useful for calculations) would be to show that
$$\mathbb{Z}/a\mathbb{Z} \otimes_{\mathbb{Z}} \mathbb{Z}/b…
-
I know that in `pyGAM` you can fit interactions using tensor products via `te()` (as documented [here](https://pygam.readthedocs.io/en/latest/api/terms.html?highlight=te#pygam.terms.te)).
In `R`, i…
-
Several RankTwoTensor::times specializations are still missing. See below for an example.
### Discussed in https://github.com/idaholab/moose/discussions/21564
Originally posted by **ambehnam…
-
## Input code
```python
srepr(qapply(Ket('a') * Ket('b')))
```
## Expected output
```python
TensorProduct(Ket(Symbol('a')), Ket(Symbol('b')))
```
## Actual output
```python
Mul(Ket(Symbol('a…
-
## Input code
```python
k1 = OrthogonalKet(1)
k2 = OrthogonalKet(2)
lh = TensorProduct(k1, k2) # |1>|2>
rh = TensorProduct(k1 + k2, k1 - k2) # |1>|1> - |1>|2> + |2>|1> - |2>|2>
pro…
-
It will be great to have a few routines to compute tensor products.
We can do that with Enzyme.jl and add a backend for it in ADNLPModels.jl.
-
**Describe the bug 🐞**
My assumption is that since we have to implement `sm ⊗ S"X"` where `sm.stab` of same type as `md `, therefore this `md ⊗ S"X"` should work?
**Expected behavior**
Since…
-
#### Summary:
From @betanalpha
C_{ij} = sum{m, n = 1}^{N} A_{imn} B_{jmn}
#### Description:
In Stan code:
```
matrix tensor_product(matrix[] A, matrix[] B) {
matrix[size(A), size(B)…