You are here: Symbol Reference > clMtxExpr Namespace > Classes > clMatrix Record > public > Inv Method > clMatrix.Inv Method (TOpenCLMtxVec, integer, integer, integer)
MtxVec VCL
ContentsIndex
PreviousUpNext
clMatrix.Inv Method (TOpenCLMtxVec, integer, integer, integer)

Calculate the inverse of all X object elements without limiting operating. 

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

Pascal
function Inv(const X: TOpenCLMtxVec; XIndex: integer; Index: integer; Len: integer): TOpenCLMtxVec; overload;

(* 

Store the results in calling object. Size and Complex property of calling object are adjusted automatically. *) function Inv(const X: TOpenCLMtxVec): TOpenCLMtxVec; overload;  

Store the results in calling object elements [Index]..[Index+Len-1]. An exception is raised if X and calling object Complex property does 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!