|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface StaticSystem
静的システムを表すインターフェースです。
メソッドの概要 | |
---|---|
Matrix |
outputEquation(double t)
直達項をもたないシステムの出力を返します。 |
Matrix |
outputEquation(double t,
Matrix u)
直達項をもつシステムの出力を返します。 |
メソッドの詳細 |
---|
Matrix outputEquation(double t, Matrix u) throws SolverStopException
出力方程式を表します。
t
- 時刻u
- 入力
SolverStopException
- ソルバーが停止された場合Matrix outputEquation(double t) throws SolverStopException
出力方程式を表します。
t
- 時刻
SolverStopException
- ソルバーが停止された場合
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |