-
# 📚 Documentation/Examples
** Is documentation wrong? **
In readme example for LinearOperator: https://github.com/cornellius-gp/linear_operator?tab=readme-ov-file#with-linearoperator
```python
…
-
It seems that `nc_utils.apply_substitutions` sometimes returns the wrong value when the expression contains both hermitian and non hermitian operators, for example in this case:
```Python
import …
-
Given a summate, such as
summate kh from 0 to size(t):
if _a == (if kh == docUpdate: zNewb else: z[kh]): 1 else: 0
we have two cases: 'kh' is generic, and 'kh' is special. We recog…
-
Implement the algebra R for a ring R and an alphabet A. We also implement linear operators e, f, sigma and zeta as defined in [Lothaire, M. (2011), Algebraic combinatorics on words, Encyclopedia of …
-
I have the following script:
`import random
import cutlass
import torch
print_module = False
batch = 256
feature_dim_in = 4098
feature_dim_out = 10
type_A = torch.int8
type_B = to…
-
Do some reorganization of the docs with the goals of:
- keeping a linear tutorial flow, visiting certain topics multiple times to build up understanding
- deduplicating material
- removing the “Use…
-
Currently this is possible:
get_estimands(M1, using = "posteriors", queries = "(Y[X=1]>Y[X=0])-(Y[X=1]Y[X=0]) / (Y[X=1]Y[X=0]") / types("Y[X=1]
-
A core component of Feluda are `Operators` , they are modules that help us analyse media items such a text, image, video, audio etc. One key operator is the `video operator` which takes in a video fil…
-
As discussed, adding and dropping columns from the active-set matrix `S` is especially inefficient. Because `S` is only used through products with vectors, it seems plausible that we could replace the…
-
# New Operator
### Describe the operator
the various linear algebra operators for decomposition and solving:
https://pytorch.org/docs/stable/linalg.html?highlight=linalg#module-torch.linalg…