ImageGear .NET - Updated March 30, 2018
PseudoInverse Method




ImageGear24.Core Assembly > ImageGear.Processing Namespace > IGDoubleMatrix Class : PseudoInverse Method
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

Reference

IGDoubleMatrix Class
IGDoubleMatrix Members