org.mklab.tool.matrix
クラス Hankel
java.lang.Object
org.mklab.tool.matrix.Hankel
public class Hankel
- extends Object
ハンケル行列を求めるクラスです。
Hankel matrix
- バージョン:
- $Revision: 1.12 $
- 作成者:
- koga
- 関連項目:
Toeplitz,
Vander
| クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Hankel
public Hankel()
hankel
public static Matrix hankel(Matrix x_)
- 第1列が
xであり、第1非対角より下の成分がゼロ であるハンンケル行列を返します。
- パラメータ:
x_ - データ
- 戻り値:
- ハンケル行列 (hankel matrix)
hankel
public static Matrix hankel(Matrix x_,
Matrix y_)
- 第1列が
xであり、最終行がyであるハンンケル行列 を返します。
- パラメータ:
x_ - データ1y_ - データ2
- 戻り値:
- ハンケル行列 (hankel matrix)