org.mklab.tool.control
クラス Dlyap
java.lang.Object
org.mklab.tool.control.Dlyap
public class Dlyap
- extends Object
離散時間系のリヤプノ方程式の解を求めるクラスです。
Solution of discrete-time Lyapunov equation
- バージョン:
- $Revision: 1.10 $
- 作成者:
- koga
- 関連項目:
Lyap
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Dlyap
public Dlyap()
dlyap
public static Matrix dlyap(Matrix A,
Matrix Q)
- 離散時間システムのリカッティ方程式
A*P*A# + Q = P
の解を返します。
- パラメータ:
A
- 離散時間系のシステム行列 (system matrix)Q
- 定数行列 (constant matrix)
- 戻り値:
- 解 (solution)