deeptime.numeric¶
The numeric package contains numerical utilities.
General numerical tools¶
|
Remove rows in all inputs for which arr has _np.nan entries. |
|
Checks whether a provided matrix is a diagonal matrix, i.e., . |
|
Determines whether an array is a square matrix. |
|
Computes the r-Schatten norm |
Numerical tools for eigenvalue problems¶
|
Computes the eigenvalues and eigenvectors of matrix. |
|
Solve generalized eigenvalue problem with correlation matrices C0 and Ct |
|
Sorts the eigenvalues and eigenvectors by descending norm of the eigenvalues or lexicographically. |
|
Rank-reduced eigenvalue decomposition of symmetric positive definite matrix. |
|
Rank-reduced singular value decomposition of symmetric positive (semi-)definite matrix. |
|
Compute matrix inverse of symmetric positive-definite matrix . |
|
Compute of the symmetric positive-definite matrix . |
|
Computes of symmetric positive-definite matrix . |
Input matrix has rank zero. |