mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-15 06:17:34 +08:00
Added runge kutta integration.
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ int main()
|
||||
assert(A_large == A_large_I);
|
||||
}
|
||||
|
||||
SquareMatrix<float, 3> zero_test = zero<float, 3, 3>();
|
||||
SquareMatrix<float, 3> zero_test = zeros<float, 3, 3>();
|
||||
inv(zero_test);
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user