|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectreview.exercices.MMatrix1
public class MMatrix1
Multiplication de deux matrices 2x2
Constructor Summary | |
---|---|
MMatrix1()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] argv)
|
static float[][] |
multi(float[][] M1,
float[][] M2)
|
static void |
showMatrix(float[][] mC)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MMatrix1()
Method Detail |
---|
public static float[][] multi(float[][] M1, float[][] M2)
public static void showMatrix(float[][] mC)
public static void main(java.lang.String[] argv)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |