Expand description
Auto-generated module
🤖 Generated with SplitRS
Structs§
- NpyArray
- An in-memory NumPy array.
- NpyField
- A field definition in a structured / record array.
- NpyMasked
Array - A masked NumPy-style array: elements where
mask[i]istrueare considered invalid/missing (following NumPymaconventions). - NpyRecord
Array - A simple structured / record array: multiple named columns each stored
as a flat
Vecf64` (all fields promoted to f64 for simplicity). - NpySlice
- A non-owning view into a contiguous slice of
f64data with shape metadata. - NpzArchive
- A higher-level NPZ archive that stores typed
NpyArrayobjects by name. - NpzWriter
- Writer for the simplified
.npzcontainer format.
Enums§
- NpyDtype
- Element type stored in a
.npyfile.