Example #1
0
 public daMatrix GetStrictlyUpperTriangle()
 {
     return(new daMatrix(val.GetStrictlyUpperTriangle()));
 }