python_utils.store_symmetrix_matrix =================================== Back to :doc:`Module page <../modules/python_utils>` Summary ------- store n x n symmetric matrix as 1d array of length n\\\*(n+1)/2 Signature --------- .. code-block:: python def store_symmetrix_matrix(mat) .. list-table:: Input variables :header-rows: 1 * - Name - Type - Default - Description * - ``mat`` - - - - - - Output variables ---------------- .. list-table:: :header-rows: 1 * - Return annotation - Docstring type - Description * - ``None`` - - - - Docstring --------- .. code-block:: text store n x n symmetric matrix as 1d array of length n*(n+1)/2