Re: Symmetric Matrices: time and space efficient represenation
From:
Nir Krakauer
Subject:
Re: Symmetric Matrices: time and space efficient represenation
Date:
Fri, 19 Feb 2016 10:50:43 -0500
There is a function vech to store symmetric matrices in a space-efficient way. I don't know if this form can be used directly for operations with the matrices.