com.nhncorp.neptune.util.matrix
Class MatrixVerifier

java.lang.Object
  extended by com.nhncorp.neptune.util.matrix.MatrixVerifier

public class MatrixVerifier
extends java.lang.Object


Constructor Summary
MatrixVerifier()
           
 
Method Summary
static void compare()
           
static void loadResultTable(AbstractMatrix resultMatrix)
           
static void main(java.lang.String[] args)
           
static void multiflyUsingMemory(AbstractMatrix inputMatrix, AbstractMatrix targetMatrix)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MatrixVerifier

public MatrixVerifier()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception

multiflyUsingMemory

public static void multiflyUsingMemory(AbstractMatrix inputMatrix,
                                       AbstractMatrix targetMatrix)
                                throws java.lang.Exception
Throws:
java.lang.Exception

loadResultTable

public static void loadResultTable(AbstractMatrix resultMatrix)
                            throws java.lang.Exception
Throws:
java.lang.Exception

compare

public static void compare()
                    throws java.lang.Exception
Throws:
java.lang.Exception