python_utils.load_symmetrix_matrix#
Back to Module page
Summary#
load n x n symmetric matrix from 1d array formatted as in store_symmetric_matrix()
Signature#
def load_symmetrix_matrix(flatmat, dimlen)
Name |
Type |
Default |
Description |
|---|---|---|---|
|
|||
|
Output variables#
Return annotation |
Docstring type |
Description |
|---|---|---|
|
Docstring#
load n x n symmetric matrix from 1d array formatted as in store_symmetric_matrix()