Mercurial > hg > octave-nkf
diff PROJECTS @ 5322:22994a5730f9
[project @ 2005-04-29 13:04:24 by dbateman]
author | dbateman |
---|---|
date | Fri, 29 Apr 2005 13:04:25 +0000 |
parents | 5bdc3f24cd5f |
children | b4cfbb0ec8c4 |
line wrap: on
line diff
--- a/PROJECTS +++ b/PROJECTS @@ -113,8 +113,8 @@ * QR factorization functions, also for use in lssolve functions. Write svds function based on this. Write sprank function based on svds. - * Once dmperm is implemented, use the technique to detect permuted - triangular matrices. Test the permuted triangular matrix solver code + * Once dmperm is implemented, perhaps use the technique to detect permuted + triangular matrices with permutations in both rows and cols. * Sparse inverse function, based on Andy's code from octave-forge. @@ -160,7 +160,8 @@ way to treat this but a complete rewrite of the sparse assignment functions... - * Port the sparse testing code into the DejaGNU testing code. + * Port the sparse testing code into the DejaGNU testing code. Add tests + for spkron, matrix_type, luinc.. * Treat the dispatching of the splu, spdet, functions, etc within octave itself. This either means that classes need implementing or at the