Cargo Features

[dependencies]
sophus_autodiff = { version = "0.14.0", default-features = false, features = ["std", "simd"] }
default = std

The std feature is set by default whenever sophus_autodiff is added without default-features = false somewhere in the dependency tree.

std default
simd = sleef

Affects dual_batch_matrix::DualBatchMatrix, dual_batch_scalar::DualBatchScalar, dual_batch_vector::DualBatchVector, batch_mask::BatchMask, scalar::IsBatchScalar, vector::IsBatchVector, linalg::BatchScalar, linalg::BatchVec, linalg::BatchMat, linalg::BatchScalarF64, linalg::BatchVecF64, linalg::BatchMatF64

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

sleef simd?