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)
Input variables#

Name

Type

Default

Description

flatmat

dimlen

Output variables#

Return annotation

Docstring type

Description

None

Docstring#

load n x n symmetric matrix from 1d array formatted as in store_symmetric_matrix()