Open aaron-skydio opened 2 years ago
would be purely for performance reasons (in particular avoiding pointer chasing in linearization.cc like from jacobian_storage_col_starts
linearization.cc
jacobian_storage_col_starts
Note: Abseil also has InlinedVector so we wouldn't need a strict bound
would be purely for performance reasons (in particular avoiding pointer chasing in
linearization.cc
like fromjacobian_storage_col_starts
Note: Abseil also has InlinedVector so we wouldn't need a strict bound