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 RiccatiEquationSolver
public RealMatrix getK()
getK
in interface RiccatiEquationSolver
Copyright © 2016-2021 CS GROUP. All rights reserved.