Ejemplo n.º 1
0
 public static Matrix <T> op_DotDivide(Matrix <T> dividend, Matrix <T> divisor)
 {
     return(dividend.PointwiseDivide(divisor));
 }