CramerAlgorithm is a ‘C’ program that solves a system of linear equations to find a solution vector. The program is structured to take input in the same manner as the DGESV routine from LAPACK.
It computes A * x = B, where A is an NxN matrix, B is a solution vector and x is the solution vector provided by the program.
The algorithm is parallel in nature and this version utilizes threads for a minimal level of parallelism. It also utilizes SIMD (Single instruction, multiple data – SSE2) instructions to provide parallelism in the core calculations.
Follow CramerAlgorithm
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of CramerAlgorithm!