ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Processing Namespace / IGDoubleMatrix Class / PseudoInverse Method




In This Topic
PseudoInverse Method
In This Topic
Returns pseudo inverse IGDoubleMatrix matrix object.
Syntax
'Declaration
 
Public Function PseudoInverse() As IGDoubleMatrix
 
'Usage
 
Dim instance As IGDoubleMatrix
Dim value As IGDoubleMatrix
 
value = instance.PseudoInverse()

Return Value

Operation makes: Ax = Inverse(At*A)*At Where A is the matrix and At is transpose of A.
See Also