wpilibsuite/allwpilib

Matrix.pseudoInverse()?

已关闭

#9,212 创建于 2026年8月2日

 (1 条评论) (0 个反应) (0 位负责人)C++ (714 个派生)auto 404
component: wpimathgood first issuetype: feature

仓库指标

星标
 (1,281 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

A few times, I've written

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

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

贡献者指南