Hi. I am new to Julia, so I apologize if this is a well known issue or if it has been discussed before.
I work with symmetric sparse matrices and I would like to know if its possible to store just the upper (or lower) part of a matrix and inform Julia when using this matrix to solve a linear system (using lufact, for example) or when making simple operations, like sparse*dense. I don't know if there is a flag or something like a view for informing Julia about this. Thank you.
