public daMatrix PointwiseMultiply(_daMatrix other) { return(new daMatrix(val.PointwiseMultiply(other))); }