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