public class RiccatiEquationSolverImpl extends Object implements RiccatiEquationSolver
| Constructor and Description | 
|---|
| RiccatiEquationSolverImpl(RealMatrix A,
                         RealMatrix B,
                         RealMatrix Q,
                         RealMatrix R)Constructor of the solver. | 
| Modifier and Type | Method and Description | 
|---|---|
| RealMatrix | getK(){inheritDoc} | 
| RealMatrix | getP(){inheritDoc} | 
public RiccatiEquationSolverImpl(RealMatrix A, RealMatrix B, RealMatrix Q, RealMatrix R)
A - state transition matrixB - control multipliers matrixQ - state cost matrixR - control cost matrixpublic RealMatrix getP()
getP in interface RiccatiEquationSolverpublic RealMatrix getK()
getK in interface RiccatiEquationSolverCopyright © 2016–2020 Hipparchus.org. All rights reserved.