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

Name

Type

Default

Description

mat

Output variables#

Return annotation

Docstring type

Description

None

Docstring#

store n x n symmetric matrix as 1d array of length n*(n+1)/2