log test/test_diag_perm.m @ 12570:1a93988610a3

age author description
Sun, 03 Apr 2011 07:00:34 -0700 Rik Reverse changset cc8ccdfec424. Restore 3-input form of diag().
Fri, 01 Apr 2011 20:19:18 -0700 Rik Remove archaic 3-input argument form of diag function.
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Fri, 13 Mar 2009 16:47:50 +0100 Jaroslav Hajek fix tests with ones
Tue, 10 Mar 2009 21:54:44 -0400 Jason Riedy Add perm * sparse, perm \ sparse, sparse * perm, and sparse / perm operations.
Mon, 09 Mar 2009 17:49:14 -0400 Jason Riedy Implement diag + sparse, diag - sparse, sparse + diag, sparse - diag.
Mon, 09 Mar 2009 17:49:14 -0400 Jason Riedy Implement diag \ sparse and sparse / diag.
Mon, 09 Mar 2009 17:49:13 -0400 Jason Riedy Implement sparse * diagonal and diagonal * sparse operations, double-prec only.
Tue, 10 Mar 2009 16:14:35 -0400 Jason Riedy test_diag_per.m: additional assert for sparse conversion test
Tue, 10 Mar 2009 15:44:11 -0400 Jason Riedy Fix conversion from PermMatrix to SparseMatrix.
Sun, 08 Mar 2009 16:40:10 -0400 Jason Riedy add tests for diag & perm matrices.