Running source code for pseudoinverse using svd

Job ID: 31225998

Budget: $10 – $30 USD

Found the following source code online:
http://www.mymathlib.com/c_source/matrices/linearsystems/singular_value_decomposition.c

Need help with running the code. Specifically, need help initializing matrix and getting correct output.

Deliverables
Input matrix:
[{140.0000, 31.59, 6.3711, 3.9491}, {32.4966, 140.000, -1.1471, -4.8761}, {123.1234, -1.1478, 140.0000, 55.0034}, {3.9691, -5.7456, 55.4536, 130.0000}]

Output: Pseudoinverse of the matrix above
Related categories: C Programming Linear Programming