-
Hi,
Great project.
Do you have plans to implement linalg?
I'm trying to port a python code do C# and I need a pseudo inverse matrix.
```
self.W_out = np.dot(np.linalg.pinv(extended_states[t…
thild updated
2 years ago
-
Hello... I am trying to statically link openblas to my rust project with ndarray. However, I found when the matrix size is higher than 64, a segfault error will be thrown.
The source code is:
```
…
-
All the examples in the repo use `extern crate autograd` or `extern crate ndarray` which is deprecated and not recommended since rust 2018.
It should be a simple fix to update these in all instanc…
-
## Background
How the fktable is loaded to be used in the fit can be seen [here](https://github.com/NNPDF/nnpdf/blob/c25ef618907da7d57c38bb62a2e904dfccba5056/validphys2/src/validphys/n3fit_data_utils…
-
Hi thanks for the lib! However, Cargo bloaty reports only a tiny portion of the whole binary.
My `.so` file for android is about 10MB (not zipped, stripped). It contains some pure Rust code, especi…
-
_From @carrutstick on July 18, 2017 23:14_
This issue in in the vein of issue #209, but a bit more ambitious; hopefully I am not too far out of scope for this project.
Any mathematical function th…
-
I've been looking at how record types can be integrated in rust-numpy and here's an unsorted collection of thoughts for discussion.
Let's look at `Element`:
```rust
pub unsafe trait Element: Cl…
-
## Description
I tried to load an image from a local directory. It only does two operations, read an image and decode it. After trying some examples, the operation `img.decode()` accounts for mos…
-
Hi Again,
Sorry to keep bothering you - am I correct in uderstanding that the derive function (which provide nice Result wrapping!) does not support any input type that holds a variable typed input…
-
Tested on the latest version of the libraries (Rust: 1.54.0, hdf5: 0.7.1, ndarray: 0.15). Here is the compile error for the example in the `README.md` file.
```
error[E0277]: the trait bound `Arra…