specfem::io::NPZ¶
-
template<typename OpType>
class NPZ¶ NPZ I/O backend for compressed NumPy archive format.
Provides File, Group, and Dataset abstractions for .npz files (ZIP archives of .npy). Offers compact storage while maintaining NumPy compatibility.
- Template Parameters:
OpType – Operation type (specfem::io::read or specfem::io::write)
Public Types