Introduction - If you have any usage issues, please Google them yourself
Using C++ language realizes the SVD decomposition of matrix,as well as the basic operation of matrix "+, -, *, /", triangular decomposition, QR decomposition, matrix display, matrix transpose, matrix eigen value and eigen vector operation.
And in Source.cpp, how to use these code was supplied, which is very convenient for you to quickly use these codes into your programming.
For SVD decomposition, I had compare the result with that of MATLAB,and I found that when the columns of the matrix number > = line number,my code has no problem.