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

Invert all Mtx elements and store them in the calling matrix.

Pascal
function InvElem(const SrcMtx: TMtx; Threshold: double = 1/MAXNUM): TMtx; overload;

The Rows, Cols and Complex properties of the calling matrix are set implicitly to match Mtx matrix. If Treshold is omitted then the default value 1/MAXNUM is used.

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