I am looking for an ideal C ++ library / code (but if not at least one algorithm) that solves the IK problem for a given chain of n nodes, of which estimates for the position of k nodes (where k <n) in the chain are known.
Any help is greatly appreciated.
This is possible using an iterative IK algorithm such as Cyclic Coordinate Decent.