Summary: | C++11 alias templates for commonly used types | ||||||
---|---|---|---|---|---|---|---|
Product: | Eigen | Reporter: | Jim Garrison <jim> | ||||
Component: | Core - general | Assignee: | Nobody <eigen.nobody> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Unknown | CC: | chtz, gael.guennebaud, jacob.benoit.1 | ||||
Priority: | Normal | Keywords: | JuniorJob | ||||
Version: | unspecified | ||||||
Hardware: | All | ||||||
OS: | All | ||||||
Whiteboard: | |||||||
Bug Depends on: | |||||||
Bug Blocks: | 814 | ||||||
Attachments: |
|
Description
Jim Garrison
2014-08-26 06:36:33 UTC
IIRC, the idea was to add a module <Eigen/CXX11/Core> which would include Eigen/Core and its own source files in Eigen/CXX11/src/Core/, e.g.; Eigen/CXX11/src/Core/Typedefs.h We should also add a documentation page summarising C++11 features. At last: https://bitbucket.org/eigen/eigen/commits/39fed2ad6650/ Summary: alias template for matrix and array classes (PR 180) https://bitbucket.org/eigen/eigen/commits/fed0f93f7118/ Summary: Add fully generic Vector<Type,Size> and RowVector<Type,Size> type aliases. -- GitLab Migration Automatic Message -- This bug has been migrated to gitlab.com's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.com/libeigen/eigen/issues/864. |