MatrixObject.MatrixGeneralPseudoInverse
This function calculates the general inverse of Matrix so that MatrixResult*Matrix*MatrixResult = MatrixResult.
| Syntax | Parameters | Return Value |
|---|---|---|
Function MatrixObject.MatrixGeneralPseudoInverse( _
Matrix As Double(), _
ByRef Result As Double()) As Integer
|
Type: Double()
Type: Double() |
Integer |