#optimization #tensor

no-std sophus_tensor

Dynamic-size tensors of static-size tensors

5 releases (breaking)

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

#354 in Robotics

Download history 12/week @ 2024-12-07 1/week @ 2024-12-14 170/week @ 2025-01-04 17/week @ 2025-01-11 9/week @ 2025-01-18 3/week @ 2025-01-25 4/week @ 2025-02-01 3/week @ 2025-02-08 375/week @ 2025-02-15 41/week @ 2025-02-22 25/week @ 2025-03-01 1/week @ 2025-03-08 1/week @ 2025-03-15

75 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
~143K SLoC