initSidebarItems({"macro":[["tensor!","Macro for creating vectors and matrices."]],"mod":[["io","Saving and loading data to and from disk."],["linalg","Linear algebra functions."],["math","Contains mathematical functions that operate on tensors. These functions are largely modelled after what is available natively in Rust."],["random","The random module provides methods of randomizing tensors."],["tensor","The tensor module defines an N-dimensional matrix for use in scientific computing."]],"trait":[["Numeric","`Numeric` extends `TensorType` to all the numeric types supported by `Tensor` (e.g. `u8` and `f32`)."],["TensorType","This is the basic trait that must be satisfied for basic elements used in `Tensor`."]]});