python_utils.store_symmetrix_matrix#
Back to Module page
Summary#
store n x n symmetric matrix as 1d array of length n\*(n+1)/2
Signature#
def store_symmetrix_matrix(mat)
Name |
Type |
Default |
Description |
|---|---|---|---|
|
Output variables#
Return annotation |
Docstring type |
Description |
|---|---|---|
|
Docstring#
store n x n symmetric matrix as 1d array of length n*(n+1)/2