67
edits
Line 67: | Line 67: | ||
== Y: Your task == | == Y: Your task == | ||
* I have | * The task I have chosen is the implementation of [http://wiki.octave.org/Summer_of_Code_Project_Ideas#High_Precision_Arithmetic_Computation "High Precision Arithmetic Computation"]. The part that I would like to focus on would be the completion and test of the multi-precision class along with the implementation of several linear algebra algorithms which will support the use of multi-precision inputs. | ||
* A rough estimated timeline for my work on the task would be : | |||
First month ( beggining until the mid-term evaluation ) : adding array and complex number support on the existent multi-precision class implementation and testing them. | |||
Second month : Getting basic linear algebra algorithms working natively on multi-precision matrix. Some of those algorithms would be : | |||
Singular Value Decomposition ( SVD ), | |||
QR factorization, | |||
Cholesky factorization ( chol ), | |||
Inverse matrix computation, | |||
Eigenvalues and eigenvectors calculation, | |||
Solving linear systems, | |||
Root of non-linear function finder ( fzero ), | |||
Minimum value finder ( fmins ). | |||
Those algorithms will also be tested and debugged during the second month.. | |||
Third month : Finish what is left from previous month and add some more algorithms tested and debugged. Also check the documentation and anything else that comes up. |
edits