You are here:
Symbol Reference >
clMtxExpr Namespace
>
Classes
>
clMatrix Record
>
public
>
InvElem Method
>
clMatrix.InvElem Method ()
MtxVec VCL
Example
clMatrix.InvElem Method ()
var
A:
clMatrix
;
begin
A.CopyFromArray(2,2,TSingleArray.Create(1,2, 2,4));
// 2x2, not complex clMatrix
A.InvElem(1.0e-7);
end
;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.