You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtxVec Class > TMtxVec Methods > Inv Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Inv Method

This is the overview for the Inv method overload.

 
Name 
Description 
 
Inverse elements. 
 
Calculate the inverse of all calling object elements in-place. The computation occurs after first limiting the magnitude of each element by the lower bound of Threshold. 
 
Calculate the inverse of calling object elements [Index]..[Index+Len-1] in-place after limiting the magnitude of each element by the lower bound of Threshold. 
 
Calculate the inverse of all X object elements without limiting operating. 
 
Calculate the inverse of all X object elements anmd store the results to calling object elements. 
 
Calculate the inverse of X object elements [XIndex]..[XIndex+Len-1] after limiting the magnitude of each element by the lower bound of Threshold. 
 
Calculate the inverse of X object elements [XIndex]..[XIndex+Len-1] without limiting operating. 
 
Calculate the inverse of calling object elements [Index]..[Index+Len-1] in-place. 
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!