|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectSeqMult4
public class SeqMult4
Sequential Matrix Multiplication. Sequential algorithm, generating product matrix in blocks also blocking A and B.
| Field Summary | |
|---|---|
(package private) int |
blocksize
|
| Constructor Summary | |
|---|---|
SeqMult4(int size)
|
|
| Method Summary | |
|---|---|
void |
multiply(double[][] C,
double[][] A,
double[][] B)
Performs the multiplication of two matrices. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
int blocksize
| Constructor Detail |
|---|
public SeqMult4(int size)
| Method Detail |
|---|
public void multiply(double[][] C,
double[][] A,
double[][] B)
multiply in interface MMInfC - result matrix.A - matrix.B - matrix.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||