Skip to main content

load_operator_npz

Function load_operator_npz 

Source
pub fn load_operator_npz(
    path: impl AsRef<Path>,
    format: MatrixFormat,
) -> Result<Operator>
Expand description

Load a pickle-free NPZ produced by Rust or NumPy savez/savez_compressed.