Skip to content

Commit b382f2d

Browse files
sawyerbfullermurrayrm
authored andcommitted
enable non-slycot lqr
1 parent 7076fac commit b382f2d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

control/statefbk.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,6 @@ def lqr(*args, **keywords):
511511
>>> K, S, E = lqr(A, B, Q, R, [N])
512512
513513
"""
514-
515514
#
516515
# Process the arguments and figure out what inputs we received
517516
#
@@ -547,7 +546,6 @@ def lqr(*args, **keywords):
547546
X, L, G = care(A, B, Q, R, N, None, method=method)
548547
return G, X, L
549548

550-
551549
def ctrb(A, B):
552550
"""Controllabilty matrix
553551

0 commit comments

Comments
 (0)