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.

Reply via email to