Class Matrix

java.lang.Object
  extended by Matrix

public class Matrix
extends java.lang.Object

Multiplikation zweier NxN-Matrizen c[i][j] := Summe {k=0 bis N-1} ( a[i][k] * b[k][j] )


Constructor Summary
Matrix()
           
 
Method Summary
static void main(java.lang.String[] argv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Matrix

public Matrix()
Method Detail

main

public static void main(java.lang.String[] argv)