org.mklab.nfc.matrix.misc
クラス HankelMatrix

java.lang.Object
  上位を拡張 org.mklab.nfc.matrix.misc.HankelMatrix

public class HankelMatrix
extends Object

ハンケル行列を生成するクラスです。

Hankel matrix

バージョン:
$Revision: 1.12 $
作成者:
koga

コンストラクタの概要
HankelMatrix()
           
 
メソッドの概要
static Matrix create(Matrix a)
          第1列がaであり、第1非対角より下の成分がゼロ であるハンンケル行列を返します。
static Matrix create(Matrix a, Matrix b)
          第1列がaであり、最終行がbであるハンンケル行列 を返します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

HankelMatrix

public HankelMatrix()
メソッドの詳細

create

public static Matrix create(Matrix a)
第1列がaであり、第1非対角より下の成分がゼロ であるハンンケル行列を返します。

パラメータ:
a - データ
戻り値:
ハンケル行列 (hankel matrix)

create

public static Matrix create(Matrix a,
                            Matrix b)
第1列がaであり、最終行がbであるハンンケル行列 を返します。

パラメータ:
a - データ1
b - データ2
戻り値:
ハンケル行列 (hankel matrix)