|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectParMultProcBlockTrans
public class ParMultProcBlockTrans
Parallel Matrix Multiplication. Using specified number of threads, generating product matrix in blocks, matrix B is transposed.
Field Summary | |
---|---|
(package private) int |
anzahl
|
(package private) int |
blocksize
|
Constructor Summary | |
---|---|
ParMultProcBlockTrans(int threads,
int size)
|
Method Summary | |
---|---|
void |
multiply(double[][] C,
double[][] A,
double[][] B)
Performs the multiplication of two matrices, B transposed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
int anzahl
int blocksize
Constructor Detail |
---|
public ParMultProcBlockTrans(int threads, int size)
Method Detail |
---|
public void multiply(double[][] C, double[][] A, double[][] B)
multiply
in interface MMInf
C
- result matrix.A
- matrix.B
- matrix.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |