Magnus Ulimoen
Magnus Ulimoen
Really great to see this can be done incrementally, that makes reviews a lot easier! > further investigation - > "mat(A) * mat(B) -> vec(C)" I'm afraid this can not...
@matzhaugen I don't think we have seen enough interest to implement this yet. What would be your use case? Which APIs would you like to see on diagonals? Should we...
@vbarrielle Could return `CsVecBase` if we allow data and indices to have separate lengths.
Seems that approach would clash with https://docs.rs/sprs/0.9.2/sprs/struct.CsVecBase.html#method.data
Do the numbers change significantly if you enable `lto`?
Hi, I am the author of the [libuvc bindings](https://github.com/mulimoen/libuvc-rs). I believe `libuvc` fulfills all the desired features, apart from being implemented in `c`, and not having event notifcation (this could...
I am not sure if `libusb` would function on wasm, given that runtimes would need to passthrough the usb devices. `webusb` never really got implemented other than in Chrome, but...
Does the `simple` example of this crate compile and run for you? I.e. `cargo r --example simple --features blosc`
`with_data` is a wrapper around many calls, it would indeed be nice if error at the specific layer returned such a hint. We have discussed introducing some helper methods for...
Are you using the static build without `hdf5-sys/zlib`? The automatic enablement of this feature is still waiting for a MSRV bump for weak dependency features