You are here: Symbol Reference > MtxExpr Namespace > Classes > Matrix Record > public > Inv Method > Matrix.Inv Method (TMtxVec, double, integer, integer, integer)
MtxVec VCL
ContentsIndex
PreviousUpNext
Matrix.Inv Method (TMtxVec, double, integer, integer, integer)

Calculate the inverse of X object elements [XIndex]..[XIndex+Len-1].

Pascal
function Inv(const X: TMtxVec; Threshold: double; XIndex: integer; Index: integer; Len: integer): TMtxVec; overload;

Limit the magnitude of each element by the lower bound of Threshold. Store the results in calling object elements [Index]..[Index+Len-1]. An exception is raised if X and calling object Complex property do not match or array borders are overrun/underrun.

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