Verified Gaussian Elimination - A mathematically proven correct implementation that guarantees any matrix can be reduced to diagonal form using elementary row/column operations. Executable Trace - A ...
Computer scientists have devised an innovative and elegantly concise algorithm that can efficiently solve systems of linear equations that are critical to such important computer applications as image ...
This repository contains several low-level optimizations of the Gaussian Elimination algorithm. Made as a part of Code Optimizations on Different Architectures course at the AGH University of Science ...