|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.mklab.tool.matrix.Ihilbert
public class Ihilbert
逆ヒルベルト行列を求めるクラスです。
Inverse Hilbert matrix
Hilbert
コンストラクタの概要 | |
---|---|
Ihilbert()
|
メソッドの概要 | |
---|---|
static Matrix |
ihilbert(int size)
size ×size の逆ヒルベルト行列を求める |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public Ihilbert()
メソッドの詳細 |
---|
public static Matrix ihilbert(int size)
size
×size
の逆ヒルベルト行列を求める
size
- 次数
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |