Skip to content

Commit becd0ab

Browse files
committed
update lqe docstring
1 parent 9edb6c6 commit becd0ab

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

control/statefbk.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -282,19 +282,14 @@ def lqe(A, G, C, QN, RN, NN=None):
282282
283283
A P + P A^T - (P C^T + G N) R^{-1} (C P + N^T G^T) + G Q G^T = 0
284284
285-
E : 2D array (or matrix)
285+
E : 1D array
286286
Eigenvalues of estimator poles eig(A - L C)
287287
288288
Notes
289289
-----
290290
The return type for 2D arrays depends on the default class set for
291291
state space operations. See :func:`~control.use_numpy_matrix`.
292292
293-
The return type for `E` differs from the equivalent return values in the
294-
:func:`~control.lqr`, :func:`~control.care`, and other similar
295-
functions. The return type will be changed to a 1D array in a future
296-
release.
297-
298293
Examples
299294
--------
300295
>>> K, P, E = lqe(A, G, C, QN, RN)

0 commit comments

Comments
 (0)