org.carrot2.matrix
Class BLASQuickCheck

java.lang.Object
  extended by org.carrot2.matrix.BLASQuickCheck

public class BLASQuickCheck
extends Object

Quickly checks if the native BLAS libraries can be loaded and what the performance gain is.

Version:
$Revision: 2122 $
Author:
Stanislaw Osinski

Constructor Summary
BLASQuickCheck()
           
 
Method Summary
 void benchmarkExecutionTime(boolean warmUp)
           
 void go()
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BLASQuickCheck

public BLASQuickCheck()
Method Detail

go

public void go()

benchmarkExecutionTime

public void benchmarkExecutionTime(boolean warmUp)

main

public static void main(String[] args)
Parameters:
args -


Copyright (c) Dawid Weiss, Stanislaw Osinski