From: <su...@us...> - 2011-11-28 16:41:52
|
Revision: 544 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=544&view=rev Author: susuter Date: 2011-11-28 16:41:42 +0000 (Mon, 28 Nov 2011) Log Message: ----------- - updated Makefile Modified Paths: -------------- trunk/Makefile 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-11-28 18:31:34
|
Revision: 545 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=545&view=rev Author: susuter Date: 2011-11-28 18:31:27 +0000 (Mon, 28 Nov 2011) Log Message: ----------- - minor changes read raw Modified Paths: -------------- trunk/include/vmmlib/tensor3.hpp trunk/vmmlib.xcodeproj/project.pbxproj This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <su...@us...> - 2011-11-29 15:37:35
|
Revision: 548 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=548&view=rev Author: susuter Date: 2011-11-29 15:37:26 +0000 (Tue, 29 Nov 2011) Log Message: ----------- - added fixes from Bas Wijnen (mostly presicion issues in tests) Modified Paths: -------------- trunk/include/vmmlib/matrix.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-12-02 13:14:40
|
Revision: 549 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=549&view=rev Author: susuter Date: 2011-12-02 13:14:34 +0000 (Fri, 02 Dec 2011) Log Message: ----------- - added subsampling (by average) of a tensor3, average 8 voxels to 1 voxel Modified Paths: -------------- trunk/include/vmmlib/matrix.hpp trunk/include/vmmlib/tensor3.hpp trunk/tests/matrix_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-12-07 09:15:37
|
Revision: 551 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=551&view=rev Author: susuter Date: 2011-12-07 09:15:31 +0000 (Wed, 07 Dec 2011) Log Message: ----------- - updated Makefile; minor changes lapack sym eigs; tensor3: added fill with symmetric values Modified Paths: -------------- trunk/Makefile trunk/include/vmmlib/lapack_sym_eigs.hpp trunk/include/vmmlib/tensor3.hpp trunk/tests/tensor3_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-12-08 18:21:35
|
Revision: 552 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=552&view=rev Author: susuter Date: 2011-12-08 18:21:28 +0000 (Thu, 08 Dec 2011) Log Message: ----------- - lapack sym eigs: added method to return only largest magn. eigenvalue with corresponding eigenvector Modified Paths: -------------- trunk/include/vmmlib/lapack_sym_eigs.hpp trunk/tests/lapack_sym_eigs_test.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <su...@us...> - 2011-12-14 11:35:33
|
Revision: 554 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=554&view=rev Author: susuter Date: 2011-12-14 11:35:22 +0000 (Wed, 14 Dec 2011) Log Message: ----------- - removed t3 HOPM with init_dct 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-12-14 15:22:16
|
Revision: 557 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=557&view=rev Author: susuter Date: 2011-12-14 15:22:10 +0000 (Wed, 14 Dec 2011) Log Message: ----------- - added cp3 tensor reco test 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-12-14 15:54:24
|
Revision: 558 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=558&view=rev Author: susuter Date: 2011-12-14 15:54:18 +0000 (Wed, 14 Dec 2011) Log Message: ----------- - added newlines at end of files Modified Paths: -------------- trunk/include/vmmlib/blas_includes.hpp trunk/include/vmmlib/exception.hpp trunk/include/vmmlib/frustum.hpp trunk/include/vmmlib/frustum_culler.hpp trunk/include/vmmlib/jacobi_solver.hpp trunk/include/vmmlib/lapack_includes.hpp trunk/include/vmmlib/lapack_sym_eigs.hpp trunk/include/vmmlib/matrix_pseudoinverse.hpp trunk/include/vmmlib/matrix_traits.hpp trunk/include/vmmlib/qtucker3_tensor.hpp trunk/include/vmmlib/quaternion.hpp trunk/include/vmmlib/t3_hooi.hpp trunk/include/vmmlib/t3_hopm.hpp trunk/include/vmmlib/t3_hosvd.hpp trunk/include/vmmlib/t3_ihopm.hpp trunk/include/vmmlib/tensor3_iterator.hpp trunk/include/vmmlib/tucker3_exporter.hpp trunk/include/vmmlib/tucker3_importer.hpp trunk/include/vmmlib/tucker3_tensor.hpp trunk/include/vmmlib/tucker3_tensor_sustests.hpp trunk/include/vmmlib/vector_traits.hpp trunk/include/vmmlib/vmmlib.hpp trunk/tests/blas_dgemm_test.hpp trunk/tests/blas_dot_test.hpp trunk/tests/cp3_tensor_test.cpp trunk/tests/lapack_linear_least_squares_test.hpp trunk/tests/lapack_sym_eigs_test.hpp trunk/tests/matrix_pseudoinverse_test.cpp trunk/tests/perf_test.cpp trunk/tests/quaternion_test.hpp trunk/tests/stringtests.cpp trunk/tests/svd_test.hpp trunk/tests/t3_hooi_test.cpp trunk/tests/t3_hopm_test.cpp trunk/tests/t3_hosvd_test.cpp trunk/tests/t3_ihopm_test.cpp trunk/tests/tensor3_iterator_test.cpp trunk/tests/tucker3_tensor_test.cpp trunk/tests/vmmlib_lapack_main.cpp trunk/tests/vmmlib_performance_tests_main.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-12-16 15:15:25
|
Revision: 560 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=560&view=rev Author: susuter Date: 2011-12-16 15:15:14 +0000 (Fri, 16 Dec 2011) Log Message: ----------- - removed flags USE_LAPACK/USE_BLAS; New: by default BLAS + LAPACK are needed, but they can be excluded by setting VMMLIB_BASIC_ONLY Modified Paths: -------------- trunk/Makefile trunk/include/vmmlib/LICENSE trunk/include/vmmlib/qtucker3_tensor.hpp trunk/include/vmmlib/t3_hooi.hpp trunk/include/vmmlib/tensor3_iterator.hpp trunk/include/vmmlib/tucker3_exporter.hpp trunk/include/vmmlib/tucker3_importer.hpp trunk/include/vmmlib/vmmlib.hpp trunk/tests/vmmlib_unit_tests_main.cpp trunk/vmmlib.xcodeproj/project.pbxproj Added Paths: ----------- trunk/AUTHORS This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2011-12-16 16:50:59
|
Revision: 562 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=562&view=rev Author: l3m Date: 2011-12-16 16:50:50 +0000 (Fri, 16 Dec 2011) Log Message: ----------- added f2c_fix.h from Jaroslav Skarvalda, updated AUTHORS Modified Paths: -------------- trunk/AUTHORS Added Paths: ----------- trunk/tests/f2c_fix.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2011-12-16 17:07:32
|
Revision: 564 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=564&view=rev Author: l3m Date: 2011-12-16 17:07:22 +0000 (Fri, 16 Dec 2011) Log Message: ----------- better makefiles Modified Paths: -------------- trunk/Makefile trunk/Makefile.atlas This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <su...@us...> - 2012-01-27 13:32:06
|
Revision: 575 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=575&view=rev Author: susuter Date: 2012-01-27 13:32:00 +0000 (Fri, 27 Jan 2012) Log Message: ----------- - tensor3: fixed bug in inner product computation Modified Paths: -------------- 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...> - 2012-02-03 16:29:30
|
Revision: 577 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=577&view=rev Author: susuter Date: 2012-02-03 16:29:21 +0000 (Fri, 03 Feb 2012) Log Message: ----------- - updated pseudomatrix computation (now also for matrices with COLS > ROWS) Modified Paths: -------------- trunk/include/vmmlib/matrix_pseudoinverse.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...> - 2012-02-21 16:17:40
|
Revision: 581 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=581&view=rev Author: susuter Date: 2012-02-21 16:17:30 +0000 (Tue, 21 Feb 2012) Log Message: ----------- - added validator class for matrices, vectors and tensor3s Modified Paths: -------------- trunk/include/vmmlib/matrix.hpp trunk/include/vmmlib/t3_hopm.hpp trunk/include/vmmlib/vector.hpp trunk/vmmlib.xcodeproj/project.pbxproj Added Paths: ----------- trunk/CHANGES trunk/TODO trunk/include/vmmlib/validator.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <su...@us...> - 2012-02-22 17:46:47
|
Revision: 587 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=587&view=rev Author: susuter Date: 2012-02-22 17:46:36 +0000 (Wed, 22 Feb 2012) Log Message: ----------- - added cublas dgemm files Added Paths: ----------- trunk/include/vmmlib/cublas_dgemm.cu trunk/include/vmmlib/cublas_includes.hpp trunk/include/vmmlib/cublas_types.hpp trunk/tests/cublas_dgemm_test.cpp trunk/tests/cublas_dgemm_test.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <su...@us...> - 2012-02-22 17:58:46
|
Revision: 588 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=588&view=rev Author: susuter Date: 2012-02-22 17:58:40 +0000 (Wed, 22 Feb 2012) Log Message: ----------- - minor updates added cublas dgemm Modified Paths: -------------- trunk/tests/cublas_dgemm_test.cpp trunk/tests/cublas_dgemm_test.hpp trunk/tests/vmmlib_unit_tests_main.cpp trunk/vmmlib.xcodeproj/project.pbxproj This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <su...@us...> - 2012-02-22 18:26:48
|
Revision: 589 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=589&view=rev Author: susuter Date: 2012-02-22 18:26:39 +0000 (Wed, 22 Feb 2012) Log Message: ----------- - added DVMMLIB_CUBLAS to Makefile.cublas Modified Paths: -------------- trunk/Makefile.cublas trunk/tests/cublas_dgemm_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...> - 2012-02-22 19:25:45
|
Revision: 590 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=590&view=rev Author: susuter Date: 2012-02-22 19:25:39 +0000 (Wed, 22 Feb 2012) Log Message: ----------- - tensor3 moved TTM (matrix times matrix multiplication) to own class t3_ttm Modified Paths: -------------- trunk/Makefile trunk/include/vmmlib/qtucker3_tensor.hpp trunk/include/vmmlib/t3_hooi.hpp trunk/include/vmmlib/t3_hopm.hpp trunk/include/vmmlib/tensor3.hpp trunk/include/vmmlib/tucker3_tensor.hpp trunk/tests/tensor3_test.cpp trunk/tests/vmmlib_unit_tests_main.cpp trunk/vmmlib.xcodeproj/project.pbxproj Added Paths: ----------- trunk/include/vmmlib/t3_ttm.hpp trunk/tests/t3_ttm_test.cpp trunk/tests/t3_ttm_test.hpp trunk/tests/t3_ttm_test.o This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <su...@us...> - 2012-02-23 10:40:26
|
Revision: 592 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=592&view=rev Author: susuter Date: 2012-02-23 10:40:19 +0000 (Thu, 23 Feb 2012) Log Message: ----------- - added CUDA Tensor Classes (used with Makefile.cublas only so far) Modified Paths: -------------- trunk/Makefile.cublas trunk/include/vmmlib/cublas_dgemm.cu trunk/include/vmmlib/t3_ttm.hpp trunk/tests/cublas_dgemm_test.cpp trunk/tests/t3_ttm_test.hpp trunk/tests/vmmlib_unit_tests_main.cpp trunk/vmmlib.xcodeproj/project.pbxproj Added Paths: ----------- trunk/include/vmmlib/t3_cublas_hooi.hpp trunk/include/vmmlib/t3_cublas_hosvd.hpp trunk/include/vmmlib/t3_cublas_ttm.hpp trunk/tests/cutensor_tests.cpp trunk/tests/cutensor_tests.hpp Removed Paths: ------------- trunk/tests/t3_ttm_test.o This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <su...@us...> - 2012-02-24 14:30:03
|
Revision: 594 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=594&view=rev Author: susuter Date: 2012-02-24 14:29:52 +0000 (Fri, 24 Feb 2012) Log Message: ----------- - renamed VMMLIB_CUBLAS to VMMLIB_CUDA Modified Paths: -------------- trunk/Makefile.cublas trunk/tests/cublas_dgemm_test.cpp trunk/tests/cutensor_tests.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...> - 2012-02-24 15:47:27
|
Revision: 595 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=595&view=rev Author: susuter Date: 2012-02-24 15:47:21 +0000 (Fri, 24 Feb 2012) Log Message: ----------- - explicitly use floating point for ttm Modified Paths: -------------- trunk/include/vmmlib/t3_cublas_hooi.hpp trunk/include/vmmlib/t3_cublas_hosvd.hpp trunk/include/vmmlib/t3_cublas_ttm.hpp trunk/include/vmmlib/t3_ttm.hpp trunk/tests/cutensor_tests.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <su...@us...> - 2012-02-27 10:41:52
|
Revision: 597 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=597&view=rev Author: susuter Date: 2012-02-27 10:41:42 +0000 (Mon, 27 Feb 2012) Log Message: ----------- - added blas dgemm method to compute from tensor3 (works only for frontal unfolding) 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...> - 2012-03-07 18:23:57
|
Revision: 602 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=602&view=rev Author: susuter Date: 2012-03-07 18:23:51 +0000 (Wed, 07 Mar 2012) Log Message: ----------- - use openMP for t3_ttm Modified Paths: -------------- trunk/Makefile trunk/include/vmmlib/t3_ttm.hpp trunk/vmmlib.xcodeproj/project.pbxproj This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <su...@us...> - 2012-03-09 13:34:27
|
Revision: 603 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=603&view=rev Author: susuter Date: 2012-03-09 13:34:17 +0000 (Fri, 09 Mar 2012) Log Message: ----------- - added BLAS daxpy for use of parallel matrix-matrix multiplication Modified Paths: -------------- trunk/Makefile trunk/tests/vmmlib_unit_tests_main.cpp trunk/vmmlib.xcodeproj/project.pbxproj Added Paths: ----------- trunk/include/vmmlib/blas_daxpy.hpp trunk/tests/blas_daxpy_test.cpp trunk/tests/blas_daxpy_test.hpp trunk/tests/blas_daxpy_test.o This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |