Exemplo n.º 1
0
 public daMatrix PointwiseMultiply(_daMatrix other)
 {
     return(new daMatrix(val.PointwiseMultiply(other)));
 }