|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface PiecewiseContinuousDiscreteAlgebraicSystem
区分的連続離散代数システム(区分的連続な代数方程式で表現されるシステムと 離散代数方程式で表現されるシステムが結合したシステム)を表わすインターフェースです。
メソッドの概要 | |
---|---|
double |
getDiscontinuousPoint(double t1,
Matrix u1,
double t2,
Matrix u2)
指定された区間内([t1,t2]の不連続点の時刻を返します。 |
List<Integer> |
getPiece(double t,
Matrix u)
区分の番号を返します。 |
メソッドの詳細 |
---|
List<Integer> getPiece(double t, Matrix u) throws SolverStopException
t
- 時刻u
- 入力
SolverStopException
- ソルバーが停止された場合double getDiscontinuousPoint(double t1, Matrix u1, double t2, Matrix u2) throws SolverStopException
t1
- 不連続点の前の時刻u1
- 不連続点の前の入力t2
- 不連続点の後の時刻u2
- 不連続点の後の入力
区間内に不連続点がなければNaN
SolverStopException
- ソルバーが停止された場合
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |