cpplinalg-developers Mailing List for C++ Linear Algebra Templates
Brought to you by:
jfkamath
You can subscribe to this list here.
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(6) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <jfk...@us...> - 2011-06-07 21:17:11
|
Revision: 17 http://cpplinalg.svn.sourceforge.net/cpplinalg/?rev=17&view=rev Author: jfkamath Date: 2011-06-07 21:17:05 +0000 (Tue, 07 Jun 2011) Log Message: ----------- Added Paths: ----------- branches/templated/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jfk...@us...> - 2010-09-15 15:27:26
|
Revision: 14 http://cpplinalg.svn.sourceforge.net/cpplinalg/?rev=14&view=rev Author: jfkamath Date: 2010-09-15 15:27:20 +0000 (Wed, 15 Sep 2010) Log Message: ----------- Branching to add support for certain C++0x features. Added Paths: ----------- branches/c++0x_update/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jfk...@us...> - 2010-08-27 15:24:27
|
Revision: 13 http://cpplinalg.svn.sourceforge.net/cpplinalg/?rev=13&view=rev Author: jfkamath Date: 2010-08-27 15:24:21 +0000 (Fri, 27 Aug 2010) Log Message: ----------- Set GetNode to return const T & to reduce memory operations. Modified Paths: -------------- trunk/jfk_heap.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jfk...@us...> - 2010-08-24 20:39:39
|
Revision: 12 http://cpplinalg.svn.sourceforge.net/cpplinalg/?rev=12&view=rev Author: jfkamath Date: 2010-08-24 20:39:33 +0000 (Tue, 24 Aug 2010) Log Message: ----------- + Added dynamic resizing to CHeap object. * Fixed SinkNode to properly sink nodes during remove operation. Jean-Francois A. Kamath Modified Paths: -------------- trunk/jfk_heap.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jfk...@us...> - 2009-12-28 22:52:29
|
Revision: 11 http://cpplinalg.svn.sourceforge.net/cpplinalg/?rev=11&view=rev Author: jfkamath Date: 2009-12-28 22:52:21 +0000 (Mon, 28 Dec 2009) Log Message: ----------- Corrected issue with default value constructor and int data type. Modified Paths: -------------- trunk/jfk_identity.h trunk/jfk_matrix.h trunk/jfk_squarematrix.h trunk/jfk_transformation.h trunk/jfk_vector.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jfk...@us...> - 2009-12-28 05:50:31
|
Revision: 10 http://cpplinalg.svn.sourceforge.net/cpplinalg/?rev=10&view=rev Author: jfkamath Date: 2009-12-28 05:50:22 +0000 (Mon, 28 Dec 2009) Log Message: ----------- Essentially finished code comments for doxygen documentation. Modified Paths: -------------- trunk/jfk_identity.h trunk/jfk_matheapobj.h trunk/jfk_matrix.h trunk/jfk_rotationmatrix.h trunk/jfk_squarematrix.h trunk/jfk_transformation.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jfk...@us...> - 2009-12-27 18:59:51
|
Revision: 9 http://cpplinalg.svn.sourceforge.net/cpplinalg/?rev=9&view=rev Author: jfkamath Date: 2009-12-27 18:59:40 +0000 (Sun, 27 Dec 2009) Log Message: ----------- More code comments for doxygen documentation. Modified Paths: -------------- trunk/jfk_heap.h trunk/jfk_vector.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jfk...@us...> - 2009-12-23 17:31:45
|
Revision: 8 http://cpplinalg.svn.sourceforge.net/cpplinalg/?rev=8&view=rev Author: jfkamath Date: 2009-12-23 17:31:38 +0000 (Wed, 23 Dec 2009) Log Message: ----------- More documentation. Modified Paths: -------------- trunk/jfk_matrix.h trunk/jfk_vector.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jfk...@us...> - 2009-12-23 05:08:13
|
Revision: 7 http://cpplinalg.svn.sourceforge.net/cpplinalg/?rev=7&view=rev Author: jfkamath Date: 2009-12-23 05:07:58 +0000 (Wed, 23 Dec 2009) Log Message: ----------- Updated the LPGL statement in each file. Started adding comments for doxygen. Modified Paths: -------------- trunk/jfk_heap.h trunk/jfk_identity.h trunk/jfk_linalg.h trunk/jfk_matconsole.h trunk/jfk_matheapobj.h trunk/jfk_matrix.h trunk/jfk_numeric.h trunk/jfk_rotationmatrix.h trunk/jfk_squarematrix.h trunk/jfk_transformation.h trunk/jfk_vector.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jfk...@us...> - 2009-12-21 22:08:54
|
Revision: 6 http://cpplinalg.svn.sourceforge.net/cpplinalg/?rev=6&view=rev Author: jfkamath Date: 2009-12-21 22:08:47 +0000 (Mon, 21 Dec 2009) Log Message: ----------- Added LGPL 3.0 license. Added better print functionality & vector Unitize() function. Modified Paths: -------------- trunk/jfk_heap.h trunk/jfk_identity.h trunk/jfk_linalg.h trunk/jfk_matconsole.h trunk/jfk_matheapobj.h trunk/jfk_matrix.h trunk/jfk_numeric.h trunk/jfk_rotationmatrix.h trunk/jfk_squarematrix.h trunk/jfk_transformation.h trunk/jfk_vector.h Added Paths: ----------- trunk/COPYING.LESSER This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |