jp.crestmuse.cmx.math
クラス ComplexArrayFactory

java.lang.Object
  上位を拡張 jp.crestmuse.cmx.math.ComplexArrayFactory

public abstract class ComplexArrayFactory
extends java.lang.Object


コンストラクタの概要
ComplexArrayFactory()
           
 
メソッドの概要
abstract  ComplexArray createArray(double[] re, double[] im)
           
abstract  ComplexArray createArray(int length)
           
static ComplexArrayFactory getFactory()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ComplexArrayFactory

public ComplexArrayFactory()
メソッドの詳細

createArray

public abstract ComplexArray createArray(double[] re,
                                         double[] im)

createArray

public abstract ComplexArray createArray(int length)

getFactory

public static ComplexArrayFactory getFactory()