This bugzilla service is closed. All entries have been migrated to https://gitlab.com/libeigen/eigen
Bug 1229 - MatrixLogarithm fails on Map-ed matrix
Summary: MatrixLogarithm fails on Map-ed matrix
Status: RESOLVED FIXED
Alias: None
Product: Eigen
Classification: Unclassified
Component: Unsupported modules (show other bugs)
Version: 3.3 (current stable)
Hardware: All All
: Normal Compilation Problem
Assignee: Nobody
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-18 06:46 UTC by Viktor Gal
Modified: 2019-12-04 15:50 UTC (History)
2 users (show)



Attachments
a simple example to reproduce the bug (1.23 KB, text/x-csrc)
2016-05-18 06:46 UTC, Viktor Gal
no flags Details

Description Viktor Gal 2016-05-18 06:46:52 UTC
Created attachment 707 [details]
a simple example to reproduce the bug

Create an Eigen matrix with Eigen::Map and try to calculate the log of it using development branch of Eigen (3.3+). This will cause the following compile error:
error: 'Options' is not a member of 'DerivedEvalTypeClean {aka Eigen::Map<Eigen::Matrix<double, -1, -1>, 0, Eigen::Stride<0, 0> >}'
     static const int Options = DerivedEvalTypeClean::Options;
Comment 1 Gael Guennebaud 2016-05-18 14:47:10 UTC
Thank you for the report: https://bitbucket.org/eigen/eigen/commits/e797ba999bed
Comment 2 Nobody 2019-12-04 15:50:29 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/1229.

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