You are here: Symbol Reference > MtxExpr Namespace > Functions > MtxExpr.LQRSolve Function
MtxVec VCL
ContentsIndex
PreviousUpNext
MtxExpr.LQRSolve Function

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

Pascal
function LQRSolve(const B: TVec; const A: TMtx; Op: TMtxOperation = opNone): Vector; overload;

Internally calls Matrix.LQRSolve

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!