raquel-oliveira / numerical-analysis

0 stars 0 forks source link

Substitute functions set and at by operator [][] on matrix usage #10

Closed greati closed 7 years ago

greati commented 7 years ago

Substitute functions set and at by operator [][] on matrix usage, in order to make code more readable and less verbose. Also, fix some bugs on [][] and << overload.

raquel-oliveira commented 7 years ago

Update the master into the branch substoperator#9 with the implementation of initial Cholesky decomposition algorithm. Should update the use of at() and set() of the new routines implemented.