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: TMtx; const A: TMtx; Op: TMtxOperation = opNone): Matrix; overload;

Internally calls Matrix.LQRSolve

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