Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(4) |
Dec
(6) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(68) |
Feb
(72) |
Mar
(46) |
Apr
(44) |
May
(40) |
Jun
(54) |
Jul
(26) |
Aug
(86) |
Sep
(95) |
Oct
(151) |
Nov
(65) |
Dec
(34) |
2003 |
Jan
(22) |
Feb
(70) |
Mar
(24) |
Apr
(28) |
May
(50) |
Jun
(31) |
Jul
(17) |
Aug
(42) |
Sep
(27) |
Oct
(71) |
Nov
(27) |
Dec
(71) |
2004 |
Jan
(40) |
Feb
(30) |
Mar
(20) |
Apr
(22) |
May
(41) |
Jun
(9) |
Jul
(24) |
Aug
(41) |
Sep
(35) |
Oct
(8) |
Nov
(5) |
Dec
(4) |
2005 |
Jan
(27) |
Feb
(13) |
Mar
(18) |
Apr
(7) |
May
(10) |
Jun
(36) |
Jul
(28) |
Aug
(17) |
Sep
(1) |
Oct
(11) |
Nov
(12) |
Dec
(15) |
2006 |
Jan
(99) |
Feb
(5) |
Mar
(31) |
Apr
(26) |
May
(20) |
Jun
(33) |
Jul
(45) |
Aug
(18) |
Sep
(2) |
Oct
(19) |
Nov
(3) |
Dec
(8) |
2007 |
Jan
(1) |
Feb
(15) |
Mar
(20) |
Apr
|
May
(4) |
Jun
(6) |
Jul
(11) |
Aug
(11) |
Sep
(11) |
Oct
(19) |
Nov
(25) |
Dec
(46) |
2008 |
Jan
(42) |
Feb
(20) |
Mar
(43) |
Apr
(24) |
May
(4) |
Jun
|
Jul
(19) |
Aug
(63) |
Sep
(33) |
Oct
(17) |
Nov
(36) |
Dec
(20) |
2009 |
Jan
(36) |
Feb
(18) |
Mar
(144) |
Apr
(36) |
May
(11) |
Jun
(7) |
Jul
(8) |
Aug
(21) |
Sep
(33) |
Oct
(7) |
Nov
(2) |
Dec
(1) |
2010 |
Jan
(33) |
Feb
(3) |
Mar
(34) |
Apr
(2) |
May
(1) |
Jun
(2) |
Jul
(3) |
Aug
(28) |
Sep
(8) |
Oct
(12) |
Nov
(11) |
Dec
(44) |
2011 |
Jan
(30) |
Feb
(10) |
Mar
(8) |
Apr
(23) |
May
(8) |
Jun
(9) |
Jul
(3) |
Aug
(9) |
Sep
(5) |
Oct
(9) |
Nov
(11) |
Dec
(24) |
2012 |
Jan
(6) |
Feb
(32) |
Mar
(8) |
Apr
(26) |
May
(13) |
Jun
(51) |
Jul
(21) |
Aug
(7) |
Sep
(9) |
Oct
(13) |
Nov
(5) |
Dec
(10) |
2013 |
Jan
(56) |
Feb
(6) |
Mar
(15) |
Apr
(4) |
May
(24) |
Jun
(4) |
Jul
(9) |
Aug
|
Sep
|
Oct
(2) |
Nov
(1) |
Dec
(8) |
2014 |
Jan
(7) |
Feb
|
Mar
|
Apr
|
May
(12) |
Jun
(3) |
Jul
(7) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(19) |
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
(22) |
Dec
(25) |
2016 |
Jan
(9) |
Feb
(9) |
Mar
(13) |
Apr
|
May
|
Jun
(2) |
Jul
(4) |
Aug
|
Sep
|
Oct
(11) |
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
|
|
1
|
2
|
3
|
4
(1) |
5
(2) |
6
|
7
|
8
|
9
(1) |
10
(3) |
11
|
12
|
13
|
14
|
15
|
16
|
17
(2) |
18
(8) |
19
(2) |
20
|
21
(7) |
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
(2) |
31
(2) |
|
|
|
|
|
From: Peter Vanroose <peter_vanroose@ya...> - 2011-01-10 22:34:11
|
Martin, I've now also added zgees and ztrsen to netlib. This way, you can add your code unmodified to vnl/algo. -- Peter. Martin Reuter wrote: I was interested in a complex Schur of a single matrix (zgees, I also need ztrsen for reordering afterward). Do you think it makes sense to base that on the generalized case (probably possible by passing the identity matrix for B?). I think it might be better to wrap around zgees directly (that's what I did). About the matlab code, of course the original code is % Copyright 1984-2005 The MathWorks, Inc. (e.g. "type expm" or "type sqrtm"). but it is rather simple code and I rewrote it in c++. Not sure if it still falls under the copyright? How different does a re-write need to be? -- |
From: Martin Reuter <reuter@MIT.EDU> - 2011-01-10 21:03:56
|
Thanks Peter, I was interested in a complex Schur of a single matrix (zgees, I also need ztrsen for reordering afterward). Do you think it makes sense to base that on the generalized case (probably possible by passing the identity matrix for B?). I think it might be better to wrap around zgees directly (that's what I did). About the matlab code, of course the original code is % Copyright 1984-2005 The MathWorks, Inc. (e.g. "type expm" or "type sqrtm"). but it is rather simple code and I rewrote it in c++. Not sure if it still falls under the copyright? How different does a re-write need to be? Thanks, Martin On Mon, 2011-01-10 at 18:55 +0000, Peter Vanroose wrote: > Martin, > > I've just added to vxl netlib the necessary lapack files (zgges and its depencencies) for complex Schur. > I've also added a (first attempt of) C++ interface in the new > core/vnl/algo/vnl_complex_generalized_schur.cxx > which is essentially a complexified version of > core/vnl/algo/vnl_generalized_schur.cxx > > Please verify whether this is what you need, and possibly modify or add to what I've committed to SVN. Not tested it thoroughly (but put a minimal test in core/vnl/algo/tests/test_complex_algo.cxx; please extend this). > > Concerning your question on incorporating matlab licensed code into vxl: I've no idea about (and no experience with) this. Maybe someone else on the list can comment on this issue? > > Best regards, > > -- Peter. > > > On 2011-01-04 Martin Reuter wrote: > > I wrote a complex Schur (I am not interested in the eigenproblem, just > > the decomposition of a complex matrix, so I wrote a wrapper around zgees > > from LAPACK, also the reordering ztrsen). I could not find those in the > > netlib that comes with VXL. Currently these are just stand alone > > routines that use vnl matrices, but it is not in the form of a vnl > > class. > > > > How can I contribute that code? Also I wrote stuff that might be of > > interest (based on matlab code) to compute: > > > > - sqrt of a matrix (using the Schur decomposition, see matlab sqrtm) > > - exp of a matrix (see matlab expm) > > - log of a matrix (also based on Schur and more, see matlab funm) > > - pow of a matrix (using log and exp) > > > > Can this be incorporated into vnl (expecially what I ported from matlab, > > license)? > > > > > > > > > > > -- > > |
From: Peter Vanroose <peter_vanroose@ya...> - 2011-01-10 18:55:10
|
Martin, I've just added to vxl netlib the necessary lapack files (zgges and its depencencies) for complex Schur. I've also added a (first attempt of) C++ interface in the new core/vnl/algo/vnl_complex_generalized_schur.cxx which is essentially a complexified version of core/vnl/algo/vnl_generalized_schur.cxx Please verify whether this is what you need, and possibly modify or add to what I've committed to SVN. Not tested it thoroughly (but put a minimal test in core/vnl/algo/tests/test_complex_algo.cxx; please extend this). Concerning your question on incorporating matlab licensed code into vxl: I've no idea about (and no experience with) this. Maybe someone else on the list can comment on this issue? Best regards, -- Peter. On 2011-01-04 Martin Reuter wrote: > I wrote a complex Schur (I am not interested in the eigenproblem, just > the decomposition of a complex matrix, so I wrote a wrapper around zgees > from LAPACK, also the reordering ztrsen). I could not find those in the > netlib that comes with VXL. Currently these are just stand alone > routines that use vnl matrices, but it is not in the form of a vnl > class. > > How can I contribute that code? Also I wrote stuff that might be of > interest (based on matlab code) to compute: > > - sqrt of a matrix (using the Schur decomposition, see matlab sqrtm) > - exp of a matrix (see matlab expm) > - log of a matrix (also based on Schur and more, see matlab funm) > - pow of a matrix (using log and exp) > > Can this be incorporated into vnl (expecially what I ported from matlab, > license)? -- |