Module array

Module array 

Source
Expand description

Array module public API

Re-exports§

pub use array::Array;
pub use dtype::DType;
pub use dtype::DTypeValue;
pub use dyn_array::DynArray;
pub use promotion::promoted_dtype;
pub use promotion::cast_array;
pub use promotion::promote_arrays;
pub use promotion::validate_binary_op;

Modules§

array
dtype
Data types (dtypes) supported by NumRs arrays
dyn_array
Dynamic (type-erased) array that can hold any dtype
ops_traits
Operator overloading for Array
promotion
Type promotion rules for operations between different dtypes