Skip to content

Commit 2878e60

Browse files
committed
update parameter documentation for V in fit_econ
1 parent ba6aba1 commit 2878e60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pydmd/bopdmd.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1487,7 +1487,8 @@ def fit_econ(self, s, V, t):
14871487
14881488
:param s: the singular values.
14891489
:type s: array_like
1490-
:param V: the right singular vectors.
1490+
:param V: matrix of right singular vectors, where each row is a
1491+
different singular vector.
14911492
:type V: numpy.ndarray
14921493
:param t: the input time vector.
14931494
:type t: numpy.ndarray

0 commit comments

Comments
 (0)