MtxExpr.LQRSolve Method

Overload List

#SignatureDescription
1Matrix LQRSolve(TMtx B, TMtx A, TMtxOperation op)Returns the X from LQR solving A*X = B.
2Vector LQRSolve(TVec B, TMtx A, TMtxOperation op)Returns the X from LQR solving A*X = B.

Overload 1: Matrix LQRSolve(TMtx B, TMtx A, TMtxOperation op)

Returns the X from LQR solving A*X = B.

#NameTypeDescription
1BTMtxsource TMtx
2ATMtxsource TMtx
3opTMtxOperation

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.LQRSolve

Overload 2: Vector LQRSolve(TVec B, TMtx A, TMtxOperation op)

Returns the X from LQR solving A*X = B.

#NameTypeDescription
1BTVecsource TVec
2ATMtxsource TMtx
3opTMtxOperation

Returns: Vector

Remarks:

Internally calls Dew.Math.Matrix.LQRSolve