Gauss elimination - CUDA

Solve system of linear equations Ax = B on GPU with CUDA.

input file:

A matrix size
A matrix
B matrix

example input:

2
0.3499203555 0.4351581427
0.6202125277 0.7492188503
0.4870271207 0.4518507868

compile with nvcc