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

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

public class VandermondeMatrix
extends Object

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

Vandermonde matrix

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

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

コンストラクタの詳細

VandermondeMatrix

public VandermondeMatrix()
メソッドの詳細

create

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

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

main

public static void main(String[] args)
メインメソッドです。

パラメータ:
args - コマンドライン引数