Skip to content

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

@kmactavish

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.

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