Is there an easy way to return the LAPACK success flag of Cholesky 
decompositions? I am currently calling 
(B,success_flag)=Base.LinAlg.LAPACK.potrf!(my_inputs) in order to do this. 
I suspect this is not a good way to do this.

Is there a constructor for the Triangular type? I wish to make B into a 
Triangular type.

Reply via email to