I have a matrix where each column represents a feature and each row represent a data point. I am trying to convert this matrix into a 1D vector which can contain the joint distribution among the features within the data. Does i-vectors work in this case and how does rolling out the upper triangular portion of covariance matrix work? Any insights or directions will help.