coins.simd
クラス SimdEstimation

java.lang.Object
  |
  +--coins.simd.SimdEstimation

public class SimdEstimation
extends java.lang.Object

Class for estimation of SIMD optimization results


入れ子クラスの概要
(パッケージプライベート)  class SimdEstimation.RegCollector
           
 
コンストラクタの概要
SimdEstimation(Function func)
          Constrructs a SimdEstimation object
 
メソッドの概要
 void doIt()
          Do each estimation
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

SimdEstimation

public SimdEstimation(Function func)
Constrructs a SimdEstimation object

メソッドの詳細

doIt

public void doIt()
          throws SimdOptException
Do each estimation

SimdOptException