Example #1
0
 public daMatrix Stack(_daMatrix lower)
 {
     return(new daMatrix(val.Stack(lower)));
 }