Iaroslav Postovalov

Results 53 issues of Iaroslav Postovalov
trafficstars

In Torch's Python API, it is possible to do JIT compilation of Python source code to high-performant Torchscript functions: ```python import torch import torchvision class MyScriptModule(torch.nn.Module): def __init__(self): super(MyScriptModule, self).__init__()...

good first issue
feature

There are no `div` and `mod` operations in integer typed rings. They have some use cases in basic arithmetics, so I think, integer algebra is inconsistent without them.

feature
discussion

* Element-wise operations for StructureND * Possibly, Kotlin Multiplatform * TensorAlgebra

feature

Introduce a class like `DeterminantFeatureBase`, which does some feature-based checks before calling the `abstract` expensive determinant finding. For example: 1. `UnitFeature` -> 1 2. `ZeroFeature` -> 0 3. `UFeature`, `LFeature`...

performance

To external contributors: 1. Notify us if you are going to try to implement this feature to receive extensive explanations of what does this problem means. 2. That's quite a...

good first issue
feature

1. Inverse with Cholesky decomposition. 2. Solve with QR decomposition.

feature

It is incorrect to stick `true` and `false` to logic operations because of many-valued logic systems: ternary logic, probabilistic logic.

feature