wpilibsuite/allwpilib

Matrix.pseudoInverse()?

Chiusa

#9212 aperta il 2 ago 2026

 (1 commento) (0 reazioni) (0 assegnatari)C++ (714 fork)auto 404
component: wpimathgood first issuetype: feature

Metriche repository

Star
 (1281 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

A few times, I've written

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

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

Guida contributor