You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(45) |
Nov
(4) |
Dec
(3) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(2) |
Feb
(1) |
Mar
(15) |
Apr
(7) |
May
(1) |
Jun
(9) |
Jul
(4) |
Aug
(15) |
Sep
(2) |
Oct
|
Nov
(4) |
Dec
|
2008 |
Jan
(3) |
Feb
(7) |
Mar
|
Apr
(4) |
May
|
Jun
(4) |
Jul
(55) |
Aug
(6) |
Sep
(6) |
Oct
(3) |
Nov
(4) |
Dec
(1) |
2009 |
Jan
(6) |
Feb
(2) |
Mar
(3) |
Apr
(2) |
May
(11) |
Jun
(7) |
Jul
(6) |
Aug
(6) |
Sep
(1) |
Oct
(1) |
Nov
(7) |
Dec
|
2010 |
Jan
(5) |
Feb
(2) |
Mar
(19) |
Apr
(8) |
May
(2) |
Jun
(6) |
Jul
(1) |
Aug
(3) |
Sep
|
Oct
(38) |
Nov
(47) |
Dec
(18) |
2011 |
Jan
(5) |
Feb
(3) |
Mar
(14) |
Apr
(14) |
May
(16) |
Jun
(4) |
Jul
|
Aug
(6) |
Sep
(48) |
Oct
(17) |
Nov
(13) |
Dec
(22) |
2012 |
Jan
(5) |
Feb
(25) |
Mar
(35) |
Apr
(13) |
May
(2) |
Jun
(12) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <su...@us...> - 2011-06-06 16:12:07
|
Revision: 463 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=463&view=rev Author: susuter Date: 2011-06-06 16:12:01 +0000 (Mon, 06 Jun 2011) Log Message: ----------- - moved hopm to own class (from cp3 tensor) Modified Paths: -------------- trunk/Makefile trunk/include/vmmlib/cp3_tensor.hpp trunk/include/vmmlib/matrix_pseudoinverse.hpp trunk/include/vmmlib/t3_hooi.hpp trunk/include/vmmlib/t3_hopm.hpp trunk/include/vmmlib/t3_hosvd.hpp trunk/tests/cp3_tensor_test.cpp trunk/tests/t3_hopm_test.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <su...@us...> - 2011-06-06 14:12:41
|
Revision: 462 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=462&view=rev Author: susuter Date: 2011-06-06 14:12:35 +0000 (Mon, 06 Jun 2011) Log Message: ----------- - moved HOOI to own class (moved impl and tests from tucker3 test Modified Paths: -------------- trunk/include/vmmlib/t3_hooi.hpp trunk/include/vmmlib/t3_hopm.hpp trunk/include/vmmlib/tucker3_tensor.hpp trunk/tests/t3_hooi_test.cpp trunk/tests/t3_hosvd_test.cpp trunk/tests/tucker3_tensor_test.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <su...@us...> - 2011-06-03 12:44:36
|
Revision: 461 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=461&view=rev Author: susuter Date: 2011-06-03 12:44:30 +0000 (Fri, 03 Jun 2011) Log Message: ----------- - tensor classes: moved hosvd to own class Modified Paths: -------------- trunk/include/vmmlib/tucker3_tensor.hpp trunk/tests/cp3_tensor_test.hpp trunk/tests/tucker3_tensor_test.cpp trunk/tests/vmmlib_unit_tests_main.cpp trunk/vmmlib.xcodeproj/project.pbxproj Added Paths: ----------- trunk/include/vmmlib/t3_hooi.hpp trunk/include/vmmlib/t3_hopm.hpp trunk/include/vmmlib/t3_hosvd.hpp trunk/tests/t3_hooi_test.cpp trunk/tests/t3_hooi_test.hpp trunk/tests/t3_hopm_test.cpp trunk/tests/t3_hopm_test.hpp trunk/tests/t3_hosvd_test.cpp trunk/tests/t3_hosvd_test.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <su...@us...> - 2011-05-25 13:01:19
|
Revision: 460 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=460&view=rev Author: susuter Date: 2011-05-25 13:01:13 +0000 (Wed, 25 May 2011) Log Message: ----------- - minor Modified Paths: -------------- trunk/tests/cp3_tensor_test.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <su...@us...> - 2011-05-25 12:53:36
|
Revision: 459 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=459&view=rev Author: susuter Date: 2011-05-25 12:53:30 +0000 (Wed, 25 May 2011) Log Message: ----------- - cp3: added more test cases and minor fixes Modified Paths: -------------- trunk/include/vmmlib/cp3_tensor.hpp trunk/tests/cp3_tensor_test.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <su...@us...> - 2011-05-25 11:53:17
|
Revision: 458 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=458&view=rev Author: susuter Date: 2011-05-25 11:53:11 +0000 (Wed, 25 May 2011) Log Message: ----------- - cp3 tensor: first running version Modified Paths: -------------- trunk/include/vmmlib/cp3_tensor.hpp trunk/tests/cp3_tensor_test.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <su...@us...> - 2011-05-24 15:09:36
|
Revision: 457 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=457&view=rev Author: susuter Date: 2011-05-24 15:09:30 +0000 (Tue, 24 May 2011) Log Message: ----------- - fixed matrix pseudo inverse; fixes cp tensor decomposition Modified Paths: -------------- trunk/include/vmmlib/cp3_tensor.hpp trunk/include/vmmlib/matrix_pseudoinverse.hpp trunk/include/vmmlib/tensor3.hpp trunk/include/vmmlib/vector.hpp trunk/tests/matrix_pseudoinverse_test.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <su...@us...> - 2011-05-23 17:57:48
|
Revision: 456 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=456&view=rev Author: susuter Date: 2011-05-23 17:57:42 +0000 (Mon, 23 May 2011) Log Message: ----------- - cp3 tensor: updated hopm and helper methods Modified Paths: -------------- trunk/include/vmmlib/cp3_tensor.hpp trunk/include/vmmlib/matrix.hpp trunk/include/vmmlib/tensor3.hpp trunk/include/vmmlib/vector.hpp trunk/tests/tensor3_test.cpp trunk/tests/vector_test.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <phs...@us...> - 2011-05-22 18:55:32
|
Revision: 455 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=455&view=rev Author: phschlegel Date: 2011-05-22 18:55:26 +0000 (Sun, 22 May 2011) Log Message: ----------- Added < operator for vector. This enables sorting vectors in a lexicographic order especially useful for vector caching in a tree Modified Paths: -------------- trunk/include/vmmlib/vector.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <su...@us...> - 2011-05-20 15:34:49
|
Revision: 454 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=454&view=rev Author: susuter Date: 2011-05-20 15:34:43 +0000 (Fri, 20 May 2011) Log Message: ----------- - updates for cp3 tensor decomposition Modified Paths: -------------- trunk/include/vmmlib/cp3_tensor.hpp trunk/include/vmmlib/matrix.hpp trunk/include/vmmlib/vector.hpp trunk/tests/cp3_tensor_test.cpp trunk/tests/matrix_pseudoinverse_test.cpp trunk/tests/matrix_test.cpp trunk/tests/vmmlib_unit_tests_main.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <su...@us...> - 2011-05-18 16:45:33
|
Revision: 453 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=453&view=rev Author: susuter Date: 2011-05-18 16:45:27 +0000 (Wed, 18 May 2011) Log Message: ----------- - cp3 tensor: fixes Modified Paths: -------------- trunk/include/vmmlib/cp3_tensor.hpp trunk/include/vmmlib/tensor3.hpp trunk/tests/cp3_tensor_test.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <su...@us...> - 2011-05-18 15:23:52
|
Revision: 452 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=452&view=rev Author: susuter Date: 2011-05-18 15:00:39 +0000 (Wed, 18 May 2011) Log Message: ----------- - tensor3: added tensor inner product with ktensor Modified Paths: -------------- trunk/include/vmmlib/cp3_tensor.hpp trunk/include/vmmlib/tensor3.hpp trunk/include/vmmlib/tucker3_tensor.hpp trunk/tests/cp3_tensor_test.cpp trunk/tests/tensor3_test.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <su...@us...> - 2011-05-16 13:29:15
|
Revision: 451 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=451&view=rev Author: susuter Date: 2011-05-16 13:29:09 +0000 (Mon, 16 May 2011) Log Message: ----------- - tensor3: fixed cp reconstruction test Modified Paths: -------------- trunk/include/vmmlib/cp3_tensor.hpp trunk/tests/cp3_tensor_test.cpp trunk/tests/tensor3_test.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <su...@us...> - 2011-05-16 10:41:40
|
Revision: 450 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=450&view=rev Author: susuter Date: 2011-05-16 10:41:34 +0000 (Mon, 16 May 2011) Log Message: ----------- - tensor3: updated reconstruct_cp test data(still needs to be fixed) Modified Paths: -------------- trunk/tests/tensor3_test.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <su...@us...> - 2011-05-16 10:22:01
|
Revision: 449 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=449&view=rev Author: susuter Date: 2011-05-16 10:21:55 +0000 (Mon, 16 May 2011) Log Message: ----------- - tensor3: added test for reconstruct_cp Modified Paths: -------------- trunk/include/vmmlib/tensor3.hpp trunk/tests/tensor3_test.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <su...@us...> - 2011-05-03 14:51:24
|
Revision: 448 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=448&view=rev Author: susuter Date: 2011-05-03 14:51:18 +0000 (Tue, 03 May 2011) Log Message: ----------- - fixed tensor3 test; - tucker3: fixed rank reduction Modified Paths: -------------- trunk/include/vmmlib/tensor3.hpp trunk/include/vmmlib/tucker3_tensor.hpp trunk/tests/tensor3_test.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <su...@us...> - 2011-05-03 14:44:36
|
Revision: 447 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=447&view=rev Author: susuter Date: 2011-05-03 14:44:27 +0000 (Tue, 03 May 2011) Log Message: ----------- - tensor3: added spherical extraction of a tensor3 Modified Paths: -------------- trunk/include/vmmlib/tensor3.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <su...@us...> - 2011-05-02 14:21:27
|
Revision: 446 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=446&view=rev Author: susuter Date: 2011-05-02 14:21:21 +0000 (Mon, 02 May 2011) Log Message: ----------- - tensor3: added piecewise multiplication with spherical weights Modified Paths: -------------- trunk/include/vmmlib/tensor3.hpp trunk/tests/tensor3_test.cpp trunk/tests/tucker3_tensor_test.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <su...@us...> - 2011-05-02 13:24:22
|
Revision: 445 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=445&view=rev Author: susuter Date: 2011-05-02 13:24:17 +0000 (Mon, 02 May 2011) Log Message: ----------- - tucker3_tensor: removed weighted covariances, does not make sense to use them Modified Paths: -------------- trunk/include/vmmlib/tucker3_tensor.hpp trunk/tests/tucker3_tensor_test.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pur...@us...> - 2011-04-29 16:35:20
|
Revision: 444 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=444&view=rev Author: purplekarrot Date: 2011-04-29 16:35:14 +0000 (Fri, 29 Apr 2011) Log Message: ----------- CMake-able on Darwin Modified Paths: -------------- trunk/CMakeLists.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <su...@us...> - 2011-04-28 14:41:41
|
Revision: 443 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=443&view=rev Author: susuter Date: 2011-04-28 14:41:35 +0000 (Thu, 28 Apr 2011) Log Message: ----------- - lapack_sym_eigs: replaced tabs by spaces Modified Paths: -------------- trunk/include/vmmlib/lapack_sym_eigs.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <su...@us...> - 2011-04-26 16:41:50
|
Revision: 442 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=442&view=rev Author: susuter Date: 2011-04-26 16:41:44 +0000 (Tue, 26 Apr 2011) Log Message: ----------- - tucker3_tensor: HOEIGS with weighted covariances -> updated tests and code Modified Paths: -------------- trunk/include/vmmlib/tucker3_tensor.hpp trunk/tests/tucker3_tensor_test.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <su...@us...> - 2011-04-26 15:37:54
|
Revision: 441 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=441&view=rev Author: susuter Date: 2011-04-26 15:37:48 +0000 (Tue, 26 Apr 2011) Log Message: ----------- - tucker3_tensor: removed obsolete code Modified Paths: -------------- trunk/include/vmmlib/tucker3_tensor.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <su...@us...> - 2011-04-26 15:37:06
|
Revision: 440 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=440&view=rev Author: susuter Date: 2011-04-26 15:37:00 +0000 (Tue, 26 Apr 2011) Log Message: ----------- - tucker3_tensor: added covariance weights Modified Paths: -------------- trunk/include/vmmlib/tucker3_tensor.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <su...@us...> - 2011-04-21 07:28:24
|
Revision: 439 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=439&view=rev Author: susuter Date: 2011-04-21 07:28:18 +0000 (Thu, 21 Apr 2011) Log Message: ----------- - minor changes tucker3 tensor Modified Paths: -------------- trunk/include/vmmlib/tucker3_tensor.hpp trunk/vmmlib.xcodeproj/project.pbxproj This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |