Skip to content

math: Adds Pseudoinverse computation methods

Ghost User requested to merge math_extensions into develop

New Features

  • Adds an implementation of Klein&Huangs Algorithm for efficient computation of the pseudoinverse. This implementation also supports task-transitions for changing task-priority hierarchies.
  • Adds a C++11 backport of std::clamp()

Fixes

  • Not all methods in math require Eigen, however eigen was strictly required for the whole header.
Edited by Ghost User

Merge request reports