Hey,
I might be completely off base here, but the documentation seems to reference the eigenvectors as both "U" (L149) and then later on line 139 as "V" i was wondering if this is a mistake on my understanding or a simple typo.
|
|
|
* ``eigvecs``: Array wholse columns are eigenvectors of correlation |
|
array (:math:`U`). |
|
|
|
|
|
where :math:`X`, :math:`W`, :math:`S`, :math:`V`, correspond to |
|
``vecs``, ``inner_product_weights``, ``eigvals**0.5``, |
|
and ``eigvecs``, respectively. |
|
|
please let me know what comes of this and thanks so much for creating this. has certainly helped me substantially!
best,
Phil
Hey,
I might be completely off base here, but the documentation seems to reference the eigenvectors as both "U" (L149) and then later on line 139 as "V" i was wondering if this is a mistake on my understanding or a simple typo.
modred/modred/pod.py
Lines 137 to 140 in bbe35c8
modred/modred/pod.py
Lines 148 to 152 in bbe35c8
please let me know what comes of this and thanks so much for creating this. has certainly helped me substantially!
best,
Phil