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

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

public class InverseHilbertMatrix
extends Object

逆ヒルベルト行列を生成するクラスです。

Inverse Hilbert matrix

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

コンストラクタの概要
InverseHilbertMatrix()
           
 
メソッドの概要
static Matrix create(int size)
          size×sizeの逆ヒルベルト行列を求める
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

InverseHilbertMatrix

public InverseHilbertMatrix()
メソッドの詳細

create

public static Matrix create(int size)
size×sizeの逆ヒルベルト行列を求める

パラメータ:
size - 次数
戻り値:
逆ヒルベルト行列 (inverse hilbert matrix)