Skip to content

Using Eigen::Ref for const Eigen & function inputs #11

Description

@kmactavish

We really should change functions that accept const Eigen::Type & to use const Eigen::Ref<Eigen::Type>& as recommended by Eigen documentation.

This unifies Eigen::Matrix and Eigen::Map, to avoid an additional copy.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions