2
edits
(Created page with "== A: An introduction == * Please describe yourself in three sentences, one of them regarding your current studies. I'm doing last year of MSc in Robotics at University of Sci...") |
No edit summary |
||
Line 82: | Line 82: | ||
28.05 - 16.06: get to know mentor, discussion about implementations, configuring environment. | 28.05 - 16.06: get to know mentor, discussion about implementations, configuring environment. | ||
17.06 - 23.06: implementation of incomplete Cholesky and LU factorizations. | 17.06 - 23.06: implementation of incomplete Cholesky (ic(0), ict)and LU factorizations (ilu(0), iluc and ilutp). | ||
24.06 - 30.06: exams break. | 24.06 - 30.06: exams break. | ||
01.07 - | 01.07 - 14.07: implementation of incomplete Cholesky (ic(0), ict) and LU factorizations (ilu(0), iluc and ilutp). | ||
15.07 - 21.07: writing documentation and bug fixes for both factorizations. | |||
22.07 - 31.07: improvements and bug fixes to sparse matrix implementations, possible creation/improvement of documentation. | |||
01.08 - 02.08: mid term evaluation. | 01.08 - 02.08: mid term evaluation. | ||
Line 96: | Line 98: | ||
19.08 - 25.08: fixing bugs of my own implementation. | 19.08 - 25.08: fixing bugs of my own implementation. | ||
26.08 - 08.09: adding matrix functions | 26.08 - 08.09: adding matrix functions (logm, sqrtm, etc..) | ||
09.09 - 15.09: fixing bugs of new matrix functions. | 09.09 - 15.09: fixing bugs of new matrix functions. |
edits