jp.crestmuse.cmx.math
クラス AbstractComplexArrayImpl

java.lang.Object
  上位を拡張 jp.crestmuse.cmx.math.AbstractComplexArrayImpl
すべての実装されたインタフェース:
Array, ComplexArray

public abstract class AbstractComplexArrayImpl
extends java.lang.Object
implements ComplexArray


コンストラクタの概要
AbstractComplexArrayImpl()
           
 
メソッドの概要
 ComplexNumber get(int index)
           
 void set(int index, ComplexNumber value)
           
 void set(int index, double re, double im)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース jp.crestmuse.cmx.math.ComplexArray から継承されたメソッド
getImag, getReal, setImag, setReal, subarrayX
 
インタフェース jp.crestmuse.cmx.math.Array から継承されたメソッド
length
 

コンストラクタの詳細

AbstractComplexArrayImpl

public AbstractComplexArrayImpl()
メソッドの詳細

get

public ComplexNumber get(int index)
定義:
インタフェース ComplexArray 内の get

set

public void set(int index,
                double re,
                double im)
定義:
インタフェース ComplexArray 内の set

set

public void set(int index,
                ComplexNumber value)
定義:
インタフェース ComplexArray 内の set