This is a program which performs vector addition in CUDA, and also on the CPU. It randomly generates numbers and populates the vectors, it can also print the vectors, and find the residual vector.
This project gives a visualization for linear transformations in a 2D vector space. See how vectors and points transform under different matrix operations like shearing, shrinking, and rotating, ...