Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hama Wiki" for change 
notification.

The following page has been changed by udanax:
http://wiki.apache.org/hama/InterfaceConsiderations

------------------------------------------------------------------------------
    public Matrix set(Matrix B);
  
    /**
+    * Sets the dimension of matrix
+    * 
+    * @param the number of rows
+    * @param the number of columns
+    */
+   public void setDimension(int i, int j);
+ 
+   /**
     * A(i, j) += value
     * 
     * @param i

Reply via email to