#tensor #optimization #sophus #prelude #static-size #dynamic-size

no-std sophus_tensor

Dynamic-size tensors of static-size tensors

5 releases (breaking)

new 0.14.0 Feb 17, 2025
0.13.0 Feb 17, 2025
0.12.0 Feb 16, 2025
0.11.0 Jan 6, 2025
0.4.0 Mar 23, 2024

#73 in Robotics

Download history 1/week @ 2024-12-03 12/week @ 2024-12-10 132/week @ 2024-12-31 48/week @ 2025-01-07 11/week @ 2025-01-14 8/week @ 2025-01-21 7/week @ 2025-02-04 234/week @ 2025-02-11

265 downloads per month
Used in 8 crates (4 directly)

MIT/Apache and LGPL-2.0

315KB
7.5K SLoC

Tensor as a thin wrapper around ndarray and nalgebra

In general, we have dynamic-size tensor (ndarrays's) of static-size tensors (nalgebra's SMat, SVec, etc.). Note this crate is merely an implementation detail of the sophus_image crate and might be absorbed into that crate in the future.

Integration with sophus-rs

This crate is part of the sophus umbrella crate. It re-exports the relevant prelude types under [prelude], so you can seamlessly interoperate with the rest of the sophus-rs types.

Dependencies

~7.5MB
~144K SLoC