python_utils.load_symmetrix_matrix ================================== Back to :doc:`Module page <../modules/python_utils>` Summary ------- load n x n symmetric matrix from 1d array formatted as in store_symmetric_matrix() Signature --------- .. code-block:: python def load_symmetrix_matrix(flatmat, dimlen) .. list-table:: Input variables :header-rows: 1 * - Name - Type - Default - Description * - ``flatmat`` - - - - - - * - ``dimlen`` - - - - - - Output variables ---------------- .. list-table:: :header-rows: 1 * - Return annotation - Docstring type - Description * - ``None`` - - - - Docstring --------- .. code-block:: text load n x n symmetric matrix from 1d array formatted as in store_symmetric_matrix()