wpilibsuite/allwpilib

Matrix.pseudoInverse()?

クローズ

#9,212 opened on 2026/08/02

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)C++ (714 件のフォーク)auto 404
component: wpimathgood first issuetype: feature

Repository metrics

Stars
 (1,281 個のスター)
PR merge metrics
 (平均マージ 8d 11h) (30d で 153 merged PRs)

説明

A few times, I've written

new Matrix<>(m.getStorage().pseudoInverse())

which makes me wonder why the WPI Matrix wrapper doesn't include it?

コントリビューターガイド