|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.mklab.tool.matrix.Mseq
public class Mseq
M系列を求めるクラスです。
M sequence
| コンストラクタの概要 | |
|---|---|
Mseq()
|
|
| メソッドの概要 | |
|---|---|
static void |
main(String[] args)
メインメソッド |
static DoubleMatrix |
mseq(int n)
M系列を返します。 |
static DoubleMatrix |
mseq(int n,
int smp)
M系列を返します。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public Mseq()
| メソッドの詳細 |
|---|
public static void main(String[] args)
args - コマンドライン引数public static DoubleMatrix mseq(int n)
n - レジスタ数
public static DoubleMatrix mseq(int n,
int smp)
n - レジスタの数 (number of register)smp - 同じ値が続く数 (number of consecutive points with the same value)
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||