|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.mklab.tool.control.Minreal
public class Minreal
最小実現を求めるクラスです。
Minimal realization
Balreal,
Dbalreal| コンストラクタの概要 | |
|---|---|
Minreal()
|
|
| メソッドの概要 | |
|---|---|
static List<Matrix> |
minreal(Matrix A,
Matrix B,
Matrix C,
Matrix D)
システム(A,B,C,D)の最小実現を返します。 |
static List<Matrix> |
minreal(Matrix A,
Matrix B,
Matrix C,
Matrix D,
double tolerance)
状態の次数を決定するための許容誤差として toleranceを用いる。 |
static List<Matrix> |
minreal(Matrix A,
Matrix B,
Matrix C,
Matrix D,
double tolerance,
int order)
次数が orderとなるよう、許容誤差を自動的に決めます。 |
static List<Matrix> |
minreal(Matrix A,
Matrix B,
Matrix C,
Matrix D,
NumericalScalar<?> tolerance)
状態の次数を決定するための許容誤差として toleranceを用いる。 |
static List<Matrix> |
minreal(Matrix A,
Matrix B,
Matrix C,
Matrix D,
NumericalScalar<?> tolerance,
int order)
次数が orderとなるよう、許容誤差を自動的に決めます。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public Minreal()
| メソッドの詳細 |
|---|
public static List<Matrix> minreal(Matrix A,
Matrix B,
Matrix C,
Matrix D)
A - 元のA行列B - 元のB行列C - 元のC行列D - 元のD行列
public static List<Matrix> minreal(Matrix A,
Matrix B,
Matrix C,
Matrix D,
double tolerance)
toleranceを用いる。
A - 元のA行列B - 元のB行列C - 元のC行列D - 元のD行列tolerance - 許容誤差
public static List<Matrix> minreal(Matrix A,
Matrix B,
Matrix C,
Matrix D,
NumericalScalar<?> tolerance)
toleranceを用いる。
A - 元のA行列B - 元のB行列C - 元のC行列D - 元のD行列tolerance - 許容誤差
public static List<Matrix> minreal(Matrix A,
Matrix B,
Matrix C,
Matrix D,
double tolerance,
int order)
orderとなるよう、許容誤差を自動的に決めます。
A - 元のA行列B - 元のB行列C - 元のC行列D - 元のD行列tolerance - 許容誤差order - 次数
public static List<Matrix> minreal(Matrix A,
Matrix B,
Matrix C,
Matrix D,
NumericalScalar<?> tolerance,
int order)
orderとなるよう、許容誤差を自動的に決めます。
A - 元のA行列B - 元のB行列C - 元のC行列D - 元のD行列tolerance - 許容誤差order - 次数
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||