The Wayback Machine - http://web.archive.org/web/20200712032718/https://github.com/topics/rust-ndarray
Skip to content
#

rust-ndarray

Here are 6 public repositories matching this topic...

David-OConnor
David-OConnor commented Apr 18, 2020

Is there a tutorial on using this crate for people not experienced with linking C/Fortran? I've been getting errors on the Raspberry Pi; massive error dumps ending in:

61f3ebeba.ndarray_linalg.6xl29wmr-cgu.1.rcgu.o): in function `lapacke::sgetrf':
          /home/pi/.cargo/registry/src/github.com-1ecc6299db9ec823/lapacke-0.2.0/src/lib.rs:6118: undefined reference to `LAPACKE_sgetrf'
CharlieBickerton
CharlieBickerton commented Dec 3, 2019

Hi guys, I'm trying to use .quantile_mut() on a 1D array of f64 numbers. I'm getting this error:

the trait bound `f64: std::cmp::Ord` is not satisfied

the trait `std::cmp::Ord` is not implemented for `f64

I have a few questions:

  1. Which type will work? It's not clear from the docs.
  2. Is there a reason for using the noisy float for the number between 0-1? If the function erro

Improve this page

Add a description, image, and links to the rust-ndarray topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rust-ndarray topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.