Yes but it doesn't allow me to set the diagonal to 0 ?? On Fri, Aug 19, 2016 at 2:55 PM, Michael Borregaard <[email protected]> wrote:
> You can build the matrix as normal, then specify that the upper triangle > is undefined by > mat = LowerTriangular(mat) # where mat is a Matrix of any eltype. >
