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