|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MMInf
Matrix Multiplication Interface.
Method Summary | |
---|---|
void |
multiply(double[][] C,
double[][] A,
double[][] B)
Performs the multiplication of two matrices. |
Method Detail |
---|
void multiply(double[][] C, double[][] A, double[][] B)
C
- result matrix.A
- left matrix to multiply.B
- right matirx to multiply.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |