raquel-oliveira / numerical-analysis

0 stars 0 forks source link

Implement main method for general tests on linear systems #17

Closed greati closed 7 years ago

greati commented 7 years ago

This main should get a matrix A and a vector b, which compose Ax=b, and return this format:

LU - 'time' 'solution' Cholesky - 'time' 'solution' Jacobi - 'time' 'solution' 'iterations' GS - 'time' 'solution' 'iterations'