Skip to content

Convert numeric STL containers to MATLAB values - #210

Closed
dellaert wants to merge 1 commit into
masterfrom
codex/matlab-stl-containers
Closed

dellaert wants to merge 1 commit into
masterfrom
codex/matlab-stl-containers

Conversation

@dellaert

Copy link
Copy Markdown
Member

MATLAB currently treats numeric vectors and maps as nonexistent std.* proxy classes. Convert std::vector<double> to double column vectors and supported numeric maps to containers.Map, preserving 64-bit keys. This enables MOSEK parameters and diagnostics in GTSAM's MATLAB bindings.

Validation: 135 generator tests pass. MATLAB R2025b checks cover vector/map round trips, empty containers, and large keys; GTSAM's full toolbox suite and MOSEK tests also pass.

@dellaert
dellaert requested review from ProfFan and removed request for ProfFan September 16, 2026 22:10
@dellaert

Copy link
Copy Markdown
Member Author

closing as not needed - AI fluke

@dellaert dellaert closed this Sep 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant