edu.unima.ky.parallel.javaparty
Class RemoteRowMult

java.lang.Object
  |
  +--edu.unima.ky.parallel.javaparty.RemoteRowMult

class RemoteRowMult
extends java.lang.Object


Constructor Summary
(package private) RemoteRowMult()
           
 
Method Summary
 double[] getC()
           
 void rowmult(double[] Ai, double[][] B)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteRowMult

RemoteRowMult()
Method Detail

rowmult

public void rowmult(double[] Ai,
                    double[][] B)

getC

public double[] getC()