[wpimath] Fix docs for DARE ABQRN stabilizability check (NFC) (#5579)

This commit is contained in:
Tyler Veness
2023-08-28 15:10:42 -07:00
committed by GitHub
parent 360fb835f4
commit e322ab8e46
3 changed files with 6 additions and 6 deletions

View File

@@ -109,7 +109,7 @@ public final class WPIMathJNI {
* <ul>
* <li>Q NR⁻¹Nᵀ isn't symmetric positive semidefinite
* <li>R isn't symmetric positive definite
* <li>The (A, B) pair isn't stabilizable
* <li>The (A BR⁻¹Nᵀ, B) pair isn't stabilizable
* <li>The (A, C) pair where Q = CᵀC isn't detectable
* </ul>
*
@@ -195,7 +195,7 @@ public final class WPIMathJNI {
* @param S Array storage for DARE solution.
* @throws IllegalArgumentException if Q NR⁻¹Nᵀ isn't symmetric positive semidefinite.
* @throws IllegalArgumentException if R isn't symmetric positive definite.
* @throws IllegalArgumentException if the (A, B) pair isn't stabilizable.
* @throws IllegalArgumentException if the (A BR⁻¹Nᵀ, B) pair isn't stabilizable.
* @throws IllegalArgumentException if the (A, C) pair where Q = CᵀC isn't detectable.
*/
public static native void dareABQRN(