|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectConMult
public class ConMult
Parallel Matrix Multiplication using util.concurrent. Using dim(A) number of parallel tasks but given number of threads.
Field Summary | |
---|---|
(package private) int |
anzahl
|
Constructor Summary | |
---|---|
ConMult(int threads)
|
Method Summary | |
---|---|
void |
multiply(double[][] C,
double[][] A,
double[][] B)
Performs the multiplication of two matrices. |
void |
multiplyDoesNotWork(double[][] C,
double[][] A,
double[][] B)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
int anzahl
Constructor Detail |
---|
public ConMult(int threads)
Method Detail |
---|
public void multiply(double[][] C, double[][] A, double[][] B)
multiply
in interface MMInf
C
- result matrix.A
- matrix.B
- matrix.public void multiplyDoesNotWork(double[][] C, double[][] A, double[][] B)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |