pseudoinverse
There are 10 repositories under pseudoinverse topic.
FerryYoungFan/NaiveMatrixLib
A simple C++ complex & real matrix library, with matrix inversion, left division and determinant calculation
Walid-khaled/7DOF-KUKA-Linear-Axis-Forward-and-Inverse-Kinematics
In this repository, the implementation of forward and inverse kinematics by redundancy resolution is presented for KUKA on linear axis 7-DOF robot. The Redundancy Resolution includes three methods, which are Jacobian-based (Damped Least Square and Weighted Pseudoinverse), Null Space, and Task Augmentation.
Yyassin/icpts
TypeScript implementation of iterative closest point (ICP) for point cloud registration
econcz/stata-lppinv
'LPPINV': module providing a non-iterated general implementation of the LPLS estimator for cOLS, TM, and custom cases
econcz/stata-tmpinv
'TMPINV': module to providing a non-iterated Transaction Matrix (TM)-specific implementation of the LPLS estimator
econcz/stata-tmpinvi
'TMPINVI': module providing an iterated (multistep) Transaction Matrix (TM)-specific implementation of the LPLS estimator'TMPINVI': module providing an iterated (multistep) Transaction Matrix (TM)-specific implementation of the LPLS estimator
gha3mi/forinv
ForInv - A Fortran library for inverse and pseudo-inverse calculations.
lvchien/thesis
Thuật toán truy hồi cho ước lượng tham số trong mô hình hồi quy tuyến tính.
oguzaktas/pseudoinverse-matrix-finder
Java form application to find pseudoinverse (Moore-Penrose inverse) matrix of given non-square matrix
Jesse-Cooper/algorithm-iwls
Demonstration of Iteratively reWeighted Least Squares (IWLS).