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