This bugzilla service is closed. All entries have been migrated to https://gitlab.com/libeigen/eigen
Bug 58 - Direct-access type unification
Summary: Direct-access type unification
Status: CONFIRMED
Alias: None
Product: Eigen
Classification: Unclassified
Component: Core - general (show other bugs)
Version: unspecified
Hardware: All All
: Low Internal Design
Assignee: Nobody
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 344 408 884 3.x
  Show dependency treegraph
 
Reported: 2010-10-16 04:37 UTC by Benoit Jacob
Modified: 2019-12-04 09:41 UTC (History)
3 users (show)



Attachments

Description Benoit Jacob 2010-10-16 04:37:50 UTC
All direct access Block/Map types should be unified so as to reduce as much as possible the number of template instantiations. E.g. Block<Block<Matrix>> is just a Map. This could mean that the return type of block(...) becomes an internal thing that we must always hide behind a BlockReturnType helper.
Comment 1 Christoph Hertzberg 2014-06-13 22:01:29 UTC
This could also safe some duplicate information in the Ref<> class.
Comment 2 Nobody 2019-12-04 09:41:42 UTC
-- 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/58.

Note You need to log in before you can comment on or make changes to this bug.