Esempio n. 1
0
 public Matrix mul(Matrix other) {
   this.setData(Matrix.mul(this, other));
   return this;
 }