We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b099309 commit 0f0d14bCopy full SHA for 0f0d14b
pydmd/utils.py
@@ -49,6 +49,10 @@ def _compute_rank(
49
Rank computation for the truncated Singular Value Decomposition.
50
:param sigma_svd: 1D singular values of SVD.
51
: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
56
:param svd_rank: the rank for the truncation; If 0, the method computes
57
the optimal rank and uses it for truncation; if positive interger,
58
the method uses the argument for the truncation; if float between 0
0 commit comments