pub fn savez_nab(filename: &str, arrays: Vec<(&str, &NDArray)>) -> Result<()>
Expand description
Saves multiple NDArrays to a .nab file
ยงArguments
filename
- The name of the file to save the arrays to.arrays
- A vector of tuples containing the name and NDArray to save.