You are here: Symbol Reference > MtxVec Namespace > Classes > TMtx Class > public > LQR Method > TMtx.LQR Method (TMtx, TMtx, TMtx, boolean)
MtxVec VCL
ContentsIndex
Example
var L,Q,R,A: TMtx; begin CreateIt(Q,R,A); try A.SetIt(3,2,False,[1,2, 3,4, 3,3]); A.LQR(nil,Q,R,false); finally FreeIt(Q,R,A); end; end;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.