Module ndarray::prelude

source ·
Expand description

ndarray prelude.

This module contains the most used types, type aliases, traits, functions, and macros that you can import easily as a group.

use ndarray::prelude::*;

Re-exports

Macros

  • Create an Array with one, two or three dimensions.
  • Array zip macro: lock step function application across several arrays and producers.
  • Slice argument constructor.