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