This bugzilla service is closed. All entries have been migrated to https://gitlab.com/libeigen/eigen
Bug 562 - Add vector-wise normalized and normalize functions
Summary: Add vector-wise normalized and normalize functions
Status: RESOLVED FIXED
Alias: None
Product: Eigen
Classification: Unclassified
Component: Core - general (show other bugs)
Version: unspecified
Hardware: All All
: Normal Unknown
Assignee: Nobody
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 3.2
  Show dependency treegraph
 
Reported: 2013-03-07 21:16 UTC by Gael Guennebaud
Modified: 2019-12-04 12:08 UTC (History)
2 users (show)



Attachments

Description Gael Guennebaud 2013-03-07 21:16:45 UTC
Everything is in the title, we need to be able to do things like:

a.colwise().normalize();
b = a.rowwise().normalized();

which are very frequent. See for instance http://forum.kde.org/viewtopic.php?f=74&t=95000.
Comment 1 Gael Guennebaud 2013-04-09 11:13:56 UTC
https://bitbucket.org/eigen/eigen/commits/2c41ae0178e2/
Changeset:   2c41ae0178e2
User:        ggael
Date:        2013-04-09 11:12:35
Summary:     Fix bug 562: add vector-wise normalized and normalize functions
Comment 2 Nobody 2019-12-04 12:08:22 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/562.

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