Skip to main content

save_operator_npz

Function save_operator_npz 

Source
pub fn save_operator_npz(
    operator: &(impl LinearOperator + ?Sized),
    path: impl AsRef<Path>,
) -> Result<()>
Expand description

Save a versioned, pickle-free NPZ archive readable as np.load(path)["matrix"].