arr-rs 0.6.0

arr-rs - rust arrays library
Documentation
/// array axis functions
pub mod axis;

/// array broadcast functions
pub mod broadcast;

/// array count functions
pub mod count;

/// array create functions
pub mod create;

/// array display functions
pub mod display;

/// array indexing functions
pub mod indexing;

/// array iteration functions
pub mod iter;

/// array joining functions
pub mod joining;

/// array manipulate functions
pub mod manipulate;

/// array meta functions
pub mod meta;

/// array ops functions
pub mod ops;

/// array reorder functions
pub mod reorder;

/// array search functions
pub mod search;

/// array sort functions
pub mod sort;

/// array split functions
pub mod split;

/// array tiling functions
pub mod tiling;