pub fn save_operator_npz( operator: &(impl LinearOperator + ?Sized), path: impl AsRef<Path>, ) -> Result<()>
Save a versioned, pickle-free NPZ archive readable as np.load(path)["matrix"].
np.load(path)["matrix"]