From: <su...@us...> - 2011-09-16 15:04:14
|
Revision: 477 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=477&view=rev Author: susuter Date: 2011-09-16 15:04:07 +0000 (Fri, 16 Sep 2011) Log Message: ----------- - tensor ihopm: improvements Modified Paths: -------------- trunk/include/vmmlib/t3_hopm.hpp trunk/include/vmmlib/t3_ihopm.hpp trunk/tests/t3_hopm_test.cpp trunk/tests/t3_ihopm_test.cpp trunk/tests/t3_ihopm_test.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <su...@us...> - 2011-09-19 15:02:55
|
Revision: 479 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=479&view=rev Author: susuter Date: 2011-09-19 15:02:46 +0000 (Mon, 19 Sep 2011) Log Message: ----------- - added more blas_dgemm compute methods and use blas_dgemm for hosvd and hopm Modified Paths: -------------- trunk/include/vmmlib/blas_dgemm.hpp trunk/include/vmmlib/t3_hopm.hpp trunk/include/vmmlib/t3_hosvd.hpp trunk/tests/blas_dgemm_test.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <su...@us...> - 2011-09-19 16:28:59
|
Revision: 480 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=480&view=rev Author: susuter Date: 2011-09-19 16:28:53 +0000 (Mon, 19 Sep 2011) Log Message: ----------- - tensor ALS: added param for initialization Modified Paths: -------------- trunk/include/vmmlib/t3_hooi.hpp trunk/include/vmmlib/t3_hopm.hpp trunk/include/vmmlib/t3_ihopm.hpp trunk/include/vmmlib/tensor3.hpp trunk/include/vmmlib/tucker3_tensor.hpp trunk/tests/t3_hooi_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-09-21 16:24:43
|
Revision: 482 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=482&view=rev Author: susuter Date: 2011-09-21 16:24:37 +0000 (Wed, 21 Sep 2011) Log Message: ----------- - fixed incremental rank-r CP-ALS Modified Paths: -------------- trunk/include/vmmlib/lapack_sym_eigs.hpp trunk/include/vmmlib/t3_hopm.hpp trunk/include/vmmlib/t3_ihopm.hpp trunk/tests/t3_hopm_test.cpp trunk/tests/t3_ihopm_test.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <su...@us...> - 2011-09-22 13:54:59
|
Revision: 483 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=483&view=rev Author: susuter Date: 2011-09-22 13:54:48 +0000 (Thu, 22 Sep 2011) Log Message: ----------- - tensor3 CP-ALS/HOPM: init with DCT fixed and tested Modified Paths: -------------- trunk/include/vmmlib/t3_hopm.hpp 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-09-22 16:02:43
|
Revision: 485 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=485&view=rev Author: susuter Date: 2011-09-22 16:02:33 +0000 (Thu, 22 Sep 2011) Log Message: ----------- - tensor3 classes: changed hosvd method from svd to eigs Modified 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_hopm_test.cpp trunk/tests/t3_ihopm_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-09-22 17:34:39
|
Revision: 486 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=486&view=rev Author: susuter Date: 2011-09-22 17:34:28 +0000 (Thu, 22 Sep 2011) Log Message: ----------- - tensor3 hopm: changed init methods to functors Modified Paths: -------------- trunk/include/vmmlib/matrix.hpp trunk/include/vmmlib/t3_hopm.hpp trunk/include/vmmlib/t3_ihopm.hpp trunk/tests/matrix_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-09-23 07:35:26
|
Revision: 487 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=487&view=rev Author: susuter Date: 2011-09-23 07:35:19 +0000 (Fri, 23 Sep 2011) Log Message: ----------- - tensor3 hooi: use functor for init; - matrix: added test for set_dct coefficients Modified Paths: -------------- trunk/include/vmmlib/t3_hooi.hpp trunk/include/vmmlib/tucker3_tensor.hpp trunk/tests/matrix_test.cpp trunk/tests/t3_hooi_test.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <su...@us...> - 2011-09-23 13:14:39
|
Revision: 489 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=489&view=rev Author: susuter Date: 2011-09-23 13:14:32 +0000 (Fri, 23 Sep 2011) Log Message: ----------- - removed warnings Modified Paths: -------------- trunk/include/vmmlib/tensor3.hpp trunk/tests/matrix_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: <su...@us...> - 2011-09-27 08:02:48
|
Revision: 496 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=496&view=rev Author: susuter Date: 2011-09-27 08:02:39 +0000 (Tue, 27 Sep 2011) Log Message: ----------- - matrix: changed khatri_rao product and fixed it for large data sets Modified Paths: -------------- trunk/include/vmmlib/matrix.hpp trunk/include/vmmlib/t3_hopm.hpp trunk/tests/matrix_test.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <su...@us...> - 2011-09-27 11:38:12
|
Revision: 499 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=499&view=rev Author: susuter Date: 2011-09-27 11:38:02 +0000 (Tue, 27 Sep 2011) Log Message: ----------- - tensor3: added specialized frob. norm computation 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-09-27 17:22:40
|
Revision: 504 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=504&view=rev Author: susuter Date: 2011-09-27 17:22:34 +0000 (Tue, 27 Sep 2011) Log Message: ----------- - added blas_dot product Modified Paths: -------------- trunk/Makefile trunk/tests/vmmlib_unit_tests_main.cpp trunk/vmmlib.xcodeproj/project.pbxproj Added Paths: ----------- trunk/include/vmmlib/blas_dot.hpp trunk/tests/blas_dot_test.cpp trunk/tests/blas_dot_test.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <su...@us...> - 2011-09-28 10:13:56
|
Revision: 506 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=506&view=rev Author: susuter Date: 2011-09-28 10:13:50 +0000 (Wed, 28 Sep 2011) Log Message: ----------- - added blas dgemm for a+b = transposed Modified Paths: -------------- trunk/include/vmmlib/blas_dgemm.hpp trunk/tests/blas_dgemm_test.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <su...@us...> - 2011-09-28 12:14:00
|
Revision: 508 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=508&view=rev Author: susuter Date: 2011-09-28 12:13:51 +0000 (Wed, 28 Sep 2011) Log Message: ----------- - added new dgemm version for vector vector outer product Modified Paths: -------------- trunk/include/vmmlib/blas_dgemm.hpp trunk/tests/blas_dgemm_test.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <su...@us...> - 2011-09-28 12:41:00
|
Revision: 509 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=509&view=rev Author: susuter Date: 2011-09-28 12:40:54 +0000 (Wed, 28 Sep 2011) Log Message: ----------- - minor changes matrix pseudoinverse Modified Paths: -------------- trunk/include/vmmlib/blas_dgemm.hpp trunk/include/vmmlib/matrix_pseudoinverse.hpp trunk/tests/blas_dgemm_test.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <su...@us...> - 2011-09-28 14:51:41
|
Revision: 511 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=511&view=rev Author: susuter Date: 2011-09-28 14:51:34 +0000 (Wed, 28 Sep 2011) Log Message: ----------- - minor changes in tucker3 tensor Modified Paths: -------------- trunk/include/vmmlib/t3_hooi.hpp 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-09-28 15:14:04
|
Revision: 512 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=512&view=rev Author: susuter Date: 2011-09-28 15:13:58 +0000 (Wed, 28 Sep 2011) Log Message: ----------- - tucker3 tensor, always have to give init function 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-09-29 08:13:48
|
Revision: 515 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=515&view=rev Author: susuter Date: 2011-09-29 08:13:42 +0000 (Thu, 29 Sep 2011) Log Message: ----------- - added norm computation of ktensor (in t3_hopm) Modified Paths: -------------- trunk/include/vmmlib/blas_dgemm.hpp trunk/include/vmmlib/matrix.hpp trunk/include/vmmlib/t3_hopm.hpp trunk/tests/matrix_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-09-29 09:40:59
|
Revision: 516 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=516&view=rev Author: susuter Date: 2011-09-29 09:40:53 +0000 (Thu, 29 Sep 2011) Log Message: ----------- - tensor3: cp-als changed way to compute normresidual (no reco anymore, compute norm directly on decomposition) Modified Paths: -------------- trunk/include/vmmlib/t3_hooi.hpp trunk/include/vmmlib/t3_hopm.hpp trunk/include/vmmlib/t3_hosvd.hpp trunk/include/vmmlib/tensor3.hpp 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-10-13 13:39:11
|
Revision: 524 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=524&view=rev Author: susuter Date: 2011-10-13 13:39:05 +0000 (Thu, 13 Oct 2011) Log Message: ----------- - tucker3 tensor: moved export/import methods to own class Modified Paths: -------------- trunk/include/vmmlib/t3_hosvd.hpp trunk/include/vmmlib/tucker3_tensor.hpp trunk/tests/tucker3_tensor_test.cpp trunk/tests/vmmlib_unit_tests_main.cpp trunk/vmmlib.xcodeproj/project.pbxproj Added Paths: ----------- trunk/include/vmmlib/tucker3_exporter.hpp trunk/include/vmmlib/tucker3_importer.hpp trunk/tests/tucker3_exporter_importer_test.cpp trunk/tests/tucker3_exporter_importer_test.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <su...@us...> - 2011-10-13 14:25:34
|
Revision: 525 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=525&view=rev Author: susuter Date: 2011-10-13 14:25:24 +0000 (Thu, 13 Oct 2011) Log Message: ----------- - tucker3: cleaned tests and initially added quantized tucker3 tensor Modified Paths: -------------- trunk/tests/tucker3_tensor_test.cpp trunk/tests/vmmlib_unit_tests_main.cpp trunk/vmmlib.xcodeproj/project.pbxproj Added Paths: ----------- trunk/include/vmmlib/qtucker3_tensor.hpp trunk/tests/qtucker3_tensor_test.cpp trunk/tests/qtucker3_tensor_test.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <su...@us...> - 2011-10-13 14:57:22
|
Revision: 526 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=526&view=rev Author: susuter Date: 2011-10-13 14:57:12 +0000 (Thu, 13 Oct 2011) Log Message: ----------- - fully switched to quantized/non-quantized tucker3 tensor Modified Paths: -------------- trunk/include/vmmlib/qtucker3_tensor.hpp trunk/include/vmmlib/tucker3_exporter.hpp trunk/include/vmmlib/tucker3_importer.hpp trunk/include/vmmlib/tucker3_tensor.hpp trunk/tests/qtucker3_tensor_test.cpp trunk/tests/tucker3_exporter_importer_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-10-13 18:01:25
|
Revision: 529 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=529&view=rev Author: susuter Date: 2011-10-13 18:01:19 +0000 (Thu, 13 Oct 2011) Log Message: ----------- - qtucker3_tensor: changed such that always quantized decompose/reconstruct Modified Paths: -------------- trunk/Makefile trunk/include/vmmlib/qtucker3_tensor.hpp trunk/include/vmmlib/tucker3_exporter.hpp trunk/include/vmmlib/tucker3_importer.hpp trunk/tests/qtucker3_tensor_test.cpp trunk/tests/tucker3_exporter_importer_test.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <su...@us...> - 2011-10-19 08:50:30
|
Revision: 530 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=530&view=rev Author: susuter Date: 2011-10-19 08:50:19 +0000 (Wed, 19 Oct 2011) Log Message: ----------- - vector: added l2 norm Modified Paths: -------------- trunk/include/vmmlib/vector.hpp trunk/tests/vector_test.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <su...@us...> - 2011-11-28 15:08:47
|
Revision: 541 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=541&view=rev Author: susuter Date: 2011-11-28 15:08:41 +0000 (Mon, 28 Nov 2011) Log Message: ----------- tensor3: added method to remove uct cylinder from scan 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. |