|
||||||||||
前 次 | フレームあり フレームなし |
ReversePolishNotationOperand を使用しているパッケージ | |
---|---|
org.mklab.nfc.rpn | 逆ポーランド記法に関係するクラスを提供します。 |
org.mklab.tool.control.system.controller | 制御器を表す(設計する)ためのクラスを提供します。 |
org.mklab.tool.control.system.math | 数学ブロックを表現するためのクラスを提供します。 |
org.mklab.tool.control.system.rpn | Maximaを利用するためのクラスを提供します。 |
org.mklab.nfc.rpn での ReversePolishNotationOperand の使用 |
---|
org.mklab.tool.control.system.controller での ReversePolishNotationOperand の使用 |
---|
ReversePolishNotationOperand を実装している org.mklab.tool.control.system.controller のクラス | |
---|---|
class |
LqrStateFeedback
LQ最適制御(安定化)のための状態フィードバックコントローラ(定数行列)を表すクラスです。 |
class |
LqServoIntegratorGain
入力外乱に対するLQ最適サーボのための積分ゲイン(定数行列)を表すクラスです。 |
class |
LqServoStateFeedback
入力外乱に対するLQ最適サーボのための状態フィードバックコントローラ(定数行列)を表すクラスです。 |
class |
PolePlaceStateFeedback
極配置による安定化制御のための状態フィードバックコントローラ(定数行列)を表すクラスです。 |
org.mklab.tool.control.system.math での ReversePolishNotationOperand の使用 |
---|
ReversePolishNotationOperand を実装している org.mklab.tool.control.system.math のクラス | |
---|---|
class |
ConstantSystem
定数システムを表わすクラスです。 |
class |
DeMultiplexer
分離器を表わすクラスです。 |
class |
Multiplexer
多重器を表わすクラスです。 |
class |
NegativeUnitSystem
マイナスの単位システムを表わすクラスです。 |
class |
UnitSystem
単位システムを表わすクラスです。 |
class |
UserDefinedConstantSystem
ユーザ定義定数システムを表すクラスです。 |
ReversePolishNotationOperand を返す org.mklab.tool.control.system.math のメソッド | |
---|---|
ReversePolishNotationOperand |
ConstantSystem.add(ReversePolishNotationOperand opponent)
|
ReversePolishNotationOperand |
ConstantSystem.createNegativeUnitOperand(int size)
|
ReversePolishNotationOperand |
ConstantSystem.createOperand(Object value)
|
ReversePolishNotationOperand |
ConstantSystem.createUnitOperand(int size)
|
ReversePolishNotationOperand |
ConstantSystem.getMultipliedSystem()
掛け合わされたExpressionを持つSystemが返されます。 |
ReversePolishNotationOperand |
ConstantSystem.getParsedOperand()
|
ReversePolishNotationOperand |
ConstantSystem.multiply(ReversePolishNotationOperand opponent)
|
ReversePolishNotationOperand 型のパラメータを持つ org.mklab.tool.control.system.math のメソッド | |
---|---|
ReversePolishNotationOperand |
ConstantSystem.add(ReversePolishNotationOperand opponent)
|
List<ReversePolishNotationSymbol> |
ConstantSystem.createSymbolStack(ReversePolishNotationOperand opponent,
ReversePolishNotationOperator operator)
|
ReversePolishNotationOperand |
ConstantSystem.multiply(ReversePolishNotationOperand opponent)
|
org.mklab.tool.control.system.rpn での ReversePolishNotationOperand の使用 |
---|
ReversePolishNotationOperand を返す org.mklab.tool.control.system.rpn のメソッド | |
---|---|
ReversePolishNotationOperand |
ValueProcessor.addOperation(ReversePolishNotationOperand left,
ReversePolishNotationOperand right)
|
ReversePolishNotationOperand |
ValueProcessor.inverseOperation(ReversePolishNotationOperand operand)
|
ReversePolishNotationOperand |
ValueProcessor.multiplyOperation(ReversePolishNotationOperand left,
ReversePolishNotationOperand right)
|
ReversePolishNotationOperand 型のパラメータを持つ org.mklab.tool.control.system.rpn のメソッド | |
---|---|
ReversePolishNotationOperand |
ValueProcessor.addOperation(ReversePolishNotationOperand left,
ReversePolishNotationOperand right)
|
String |
ValueProcessor.getResult(ReversePolishNotationOperand operand)
|
String |
MaximaExpressionProcessor.getResult(ReversePolishNotationOperand operand)
|
ReversePolishNotationOperand |
ValueProcessor.inverseOperation(ReversePolishNotationOperand operand)
|
ReversePolishNotationOperand |
ValueProcessor.multiplyOperation(ReversePolishNotationOperand left,
ReversePolishNotationOperand right)
|
|
||||||||||
前 次 | フレームあり フレームなし |