Skip to content

Commit 0f0d14b

Browse files
committed
Updated docu
1 parent b099309 commit 0f0d14b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pydmd/utils.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ def _compute_rank(
4949
Rank computation for the truncated Singular Value Decomposition.
5050
:param sigma_svd: 1D singular values of SVD.
5151
:type sigma_svd: np.ndarray
52+
:param rows: Number of rows of original matrix.
53+
:type rows: int
54+
:param cols: Number of columns of original matrix.
55+
:type cols: int
5256
:param svd_rank: the rank for the truncation; If 0, the method computes
5357
the optimal rank and uses it for truncation; if positive interger,
5458
the method uses the argument for the truncation; if float between 0

0 commit comments

Comments
 (0)