zusammenfügen
This commit is contained in:
@@ -88,6 +88,7 @@ class Datumsfestlegung:
|
||||
|
||||
return G
|
||||
|
||||
|
||||
@staticmethod
|
||||
def berechne_dx_geraendert(N: sp.Matrix, n: sp.Matrix, Gi: sp.Matrix) -> sp.Matrix:
|
||||
if N.rows != N.cols:
|
||||
@@ -151,4 +152,4 @@ class Datumsfestlegung:
|
||||
Q_ext[:Q_ll.rows, :Q_ll.cols] = Q_ll
|
||||
Q_ext[Q_ll.rows:, Q_ll.cols:] = Sigma_AA
|
||||
|
||||
return A_ext, dl_ext, Q_ext
|
||||
return A_ext, dl_ext, Q_ext
|
||||
Reference in New Issue
Block a user