Skip to content

Introduce Eigen-style transpose() for Tangent-types #142

@markusgft

Description

@markusgft

Dear all,
what do you think of introducing an Eigen-style transpose() call for manif tangent types?
The context of the question is the same as in #137.
So far, I helped myself with introducing the following public method to my personal clone of manifs tangent_base.h:

auto transpose() const {return coeffs().transpose();} 

Note that it in fact returns the transpose of the underlying data type, i.e. the transpose of an Eigen-matrix.
I would like to hear your opinion regarding such a feature, and like to suggest that this could also be helpful for other users?
Best!

Metadata

Metadata

Assignees

Labels

APIAPI changeenhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions