@@ -88,7 +88,7 @@ def sb03md(n, C, A, U, dico, job='X', fact='N', trana='N', ldwork=None):
88
88
89
89
90
90
def lyap (A , Q , C = None , E = None , method = None ):
91
- """Solves the continuous-time Lyapunov equation
91
+ """Solves the continuous-time Lyapunov equation.
92
92
93
93
X = lyap(A, Q) solves
94
94
@@ -214,7 +214,7 @@ def lyap(A, Q, C=None, E=None, method=None):
214
214
215
215
216
216
def dlyap (A , Q , C = None , E = None , method = None ):
217
- """Solves the discrete-time Lyapunov equation
217
+ """Solves the discrete-time Lyapunov equation.
218
218
219
219
X = dlyap(A, Q) solves
220
220
@@ -342,7 +342,7 @@ def dlyap(A, Q, C=None, E=None, method=None):
342
342
343
343
def care (A , B , Q , R = None , S = None , E = None , stabilizing = True , method = None ,
344
344
A_s = "A" , B_s = "B" , Q_s = "Q" , R_s = "R" , S_s = "S" , E_s = "E" ):
345
- """Solves the continuous-time algebraic Riccati equation
345
+ """Solves the continuous-time algebraic Riccati equation.
346
346
347
347
X, L, G = care(A, B, Q, R=None) solves
348
348
@@ -496,7 +496,7 @@ def care(A, B, Q, R=None, S=None, E=None, stabilizing=True, method=None,
496
496
def dare (A , B , Q , R , S = None , E = None , stabilizing = True , method = None ,
497
497
A_s = "A" , B_s = "B" , Q_s = "Q" , R_s = "R" , S_s = "S" , E_s = "E" ):
498
498
"""Solves the discrete-time algebraic Riccati
499
- equation
499
+ equation.
500
500
501
501
X, L, G = dare(A, B, Q, R) solves
502
502
0 commit comments