org.mklab.tool.matrix
クラス Vander

java.lang.Object
  上位を拡張 org.mklab.tool.matrix.Vander

public class Vander
extends Object

ヴァンデルモンド行列を求めるクラスです。

Vandermonde matrix

バージョン:
$Revision: 1.8 $
作成者:
koga
関連項目:
Toeplitz, Hankel

コンストラクタの概要
Vander()
           
 
メソッドの概要
static Matrix vander(Matrix x)
          2番目から最後までの列がxであるヴァンデルモンド行列を返します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Vander

public Vander()
メソッドの詳細

vander

public static Matrix vander(Matrix x)
2番目から最後までの列がxであるヴァンデルモンド行列を返します。

パラメータ:
x - データ
戻り値:
ヴァンデルモンンド行列 (vandermonde matrix)