14
edits
(→E: Coding experience: addig preliminary balancing file links) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 34: | Line 34: | ||
** [https://savannah.gnu.org/bugs/?36437 bug #36437] | ** [https://savannah.gnu.org/bugs/?36437 bug #36437] | ||
** '''Currently I am working on [http://wiki.octave.org/User:Bumi#Preliminary_balancing Preliminary balancing]''' | ** '''Currently I am working on [http://wiki.octave.org/User:Bumi#Preliminary_balancing Preliminary balancing]''' | ||
*** '''[https://savannah.gnu.org/patch/?8960 patch #8960]''' | |||
*** [http://pastebin.com/CBBUYYDW EIG.cc] | *** [http://pastebin.com/CBBUYYDW EIG.cc] | ||
*** [http://pastebin.com/9met8n18 EIG.h] | *** [http://pastebin.com/9met8n18 EIG.h] | ||
Line 119: | Line 120: | ||
=== Timeline === | === Timeline === | ||
* '''Community Bonding period''' (Until May 22) | * '''Community Bonding period''' (Until May 22) | ||
** Get acquainted with the code and LAPACK | ** Get acquainted with the code and LAPACK, <u>finish most of preliminary balancing</u> | ||
* '''Week 1-2''' (May 23 - Jun 5) | * '''Week 1-2''' (May 23 - Jun 5) | ||
** Finals, non-coding time | ** Finals, non-coding time | ||
Line 127: | Line 128: | ||
* '''Midterm evaluations''' (Jun 20 - Jun 27) | * '''Midterm evaluations''' (Jun 20 - Jun 27) | ||
* '''Week 6''' (Jun 27 - Jul 3) | * '''Week 6''' (Jun 27 - Jul 3) | ||
** Implementing preliminary balancing, testing | ** <s>Implementing preliminary balancing, testing</s> | ||
* '''Week 7-10''' (Jul 4 - Jul 31) | * '''Week 7-10''' (Jul 4 - Jul 31) | ||
** algorithm choosing for eigenvalue calculation (chol or qz) | ** algorithm choosing for eigenvalue calculation (chol or qz) | ||
Line 178: | Line 179: | ||
==== Computing left eigenvectors as a third output ==== | ==== Computing left eigenvectors as a third output ==== | ||
* *geevx and *ggevx could also be used as these can compute not just right but left | * *geevx and *ggevx could also be used as these can compute not just right but left eigenvectors also. | ||
==== Choosing among generalized eigenvalue algorithms ==== | ==== Choosing among generalized eigenvalue algorithms ==== |
edits