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

This is the overview for the Inv method overload.

 
Name 
Description 
 
Calculates matrix inverse (Mtx^-1). 
 
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]. 
 
Calculate the inverse of X object elements [XIndex]..[XIndex+Len-1] without limiting operating. 
 
Calculate the inverse of all calling object elements in-place. 
 
Calculate the inverse of calling object elements [Index]..[Index+Len-1] in-place. 
 
Calculate the inverse of calling object elements [Index]..[Index+Len-1] in-place. 
 
Compute inverse of the matrix. 
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!