public Matrix3x3 PseudoInverse()
Public Function PseudoInverse As Matrix3x3
The pseudo inverse of the matrix is calculate through its SVD(Matrix3x3, Vector3, Matrix3x3) as V*E+*UT.
Accord.NET Framework © 2009-2017. All documentation is licensed under the Creative Commons Attribution/Share-Alike License.