Eigen 101 · Mapping, Printing, Unary Operations

Aug 10, 2024 | Tech Software

Some brief notes for quick reference.

See C++ · Join and Transform STL Containers for their std, stl counterparts.

Mapping bewteen Eigen and STL containers.

Quick solutions to shoving some Eigen::Matrix into a string for formatted printing.

Transforming elements of an Eigen container, copy and in-place.