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

Calculate the inverse of calling object elements [Index]..[Index+Len-1] in-place.

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

Limit the magnitude of each element by the lower bound of Threshold. An exception is raised if array borders are overrun/underrun.

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