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 mult(Matrix B);
  
    /**
+    * C = alpha*A*B + C
+    * 
+    * @param alpha
+    * @param B
+    * @param C
+    * @return C
+    */
+   public Matrix multAdd(double alpha, Matrix B, Matrix C)
+           
+   /**
     * Computes the given norm of the matrix
     * 
     * @param type

Reply via email to