From: <l3...@us...> - 2009-05-11 18:26:24
|
Revision: 222 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=222&view=rev Author: l3m Date: 2009-05-11 18:26:11 +0000 (Mon, 11 May 2009) Log Message: ----------- - incorporated Philipp Schlegels suggestions - ported frustum, frustum_culler and quaternion - added conversion ctors/operator= to vector and matrix - made quaternion privately inherit from vector4 - fixed qr decomposition test Modified Paths: -------------- branches/one-dot-oh/VMMLib.xcodeproj/project.pbxproj branches/one-dot-oh/include/vmmlib/enable_if.hpp branches/one-dot-oh/include/vmmlib/exception.hpp branches/one-dot-oh/include/vmmlib/frustum.hpp branches/one-dot-oh/include/vmmlib/frustum_culler.hpp branches/one-dot-oh/include/vmmlib/matrix.hpp branches/one-dot-oh/include/vmmlib/qr_decomposition.hpp branches/one-dot-oh/include/vmmlib/quaternion.hpp branches/one-dot-oh/include/vmmlib/vector.hpp branches/one-dot-oh/include/vmmlib/vmmlib.hpp branches/one-dot-oh/tests/matrix_test.cpp branches/one-dot-oh/tests/qr_decomposition_test.cpp branches/one-dot-oh/tests/quaternion_test.cpp branches/one-dot-oh/tests/svd_test.cpp branches/one-dot-oh/tests/unit_test.cpp branches/one-dot-oh/tests/vector_test.cpp branches/one-dot-oh/tests/vmmlib_unit_tests_main.cpp Added Paths: ----------- branches/one-dot-oh/tests/frustum_test.cpp branches/one-dot-oh/tests/frustum_test.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2009-05-12 10:31:01
|
Revision: 224 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=224&view=rev Author: l3m Date: 2009-05-12 10:30:42 +0000 (Tue, 12 May 2009) Log Message: ----------- added and fixed tests for SVD and SVD-LAPACK, added specialized matrix comparison functors... Modified Paths: -------------- branches/one-dot-oh/VMMLib.xcodeproj/project.pbxproj branches/one-dot-oh/include/vmmlib/jacobi_solver.hpp branches/one-dot-oh/include/vmmlib/matrix_functors.hpp branches/one-dot-oh/tests/frustum_test.cpp branches/one-dot-oh/tests/lapack_svd_test.cpp branches/one-dot-oh/tests/lapack_svd_test.hpp branches/one-dot-oh/tests/matrix_test.cpp branches/one-dot-oh/tests/qr_decomposition_test.cpp branches/one-dot-oh/tests/qr_decomposition_test.hpp branches/one-dot-oh/tests/svd_test.cpp branches/one-dot-oh/tests/svd_test.hpp branches/one-dot-oh/tests/unit_test.hpp branches/one-dot-oh/tests/vmmlib_unit_tests_main.cpp Added Paths: ----------- branches/one-dot-oh/tests/jacobi_test.cpp branches/one-dot-oh/tests/jacobi_test.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2009-05-12 11:26:35
|
Revision: 225 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=225&view=rev Author: l3m Date: 2009-05-12 11:26:18 +0000 (Tue, 12 May 2009) Log Message: ----------- added Makefile for vmmlib tests Modified Paths: -------------- branches/one-dot-oh/tests/vmmlib_unit_tests_main.cpp Added Paths: ----------- branches/one-dot-oh/Makefile This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2009-05-12 14:33:24
|
Revision: 226 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=226&view=rev Author: l3m Date: 2009-05-12 14:32:59 +0000 (Tue, 12 May 2009) Log Message: ----------- - fixed comment in vector_test - VMMLIB_USE_LAPACK is now defined in either the Makefile or the xcode project, but not in source files anymore Modified Paths: -------------- branches/one-dot-oh/VMMLib.xcodeproj/project.pbxproj branches/one-dot-oh/tests/vector_test.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2009-06-02 15:09:58
|
Revision: 232 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=232&view=rev Author: l3m Date: 2009-06-02 15:09:33 +0000 (Tue, 02 Jun 2009) Log Message: ----------- - fixed const bug in matrix::operator* - added to-homogenous-coords and from-homogenous-coords ctors and assignment operators, and unit_tests for them Modified Paths: -------------- branches/one-dot-oh/include/vmmlib/matrix.hpp branches/one-dot-oh/include/vmmlib/vector.hpp branches/one-dot-oh/tests/matrix_test.cpp branches/one-dot-oh/tests/vector_test.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2009-06-22 09:23:33
|
Revision: 236 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=236&view=rev Author: eile Date: 2009-06-22 09:23:32 +0000 (Mon, 22 Jun 2009) Log Message: ----------- remove vector::is_akin (use equals), fix vector test, quat test still broken Modified Paths: -------------- branches/one-dot-oh/include/vmmlib/vector.hpp branches/one-dot-oh/tests/quaternion_test.cpp branches/one-dot-oh/tests/vector_test.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2009-08-05 14:22:26
|
Revision: 245 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=245&view=rev Author: l3m Date: 2009-08-05 14:22:15 +0000 (Wed, 05 Aug 2009) Log Message: ----------- - fixed a bug in the quaternion test, and added using super::iter_set to quaternion class Modified Paths: -------------- branches/one-dot-oh/include/vmmlib/quaternion.hpp branches/one-dot-oh/tests/quaternion_test.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2009-08-10 13:36:01
|
Revision: 249 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=249&view=rev Author: eile Date: 2009-08-10 13:35:54 +0000 (Mon, 10 Aug 2009) Log Message: ----------- Add Acknowledgements Modified Paths: -------------- branches/one-dot-oh/include/vmmlib/enable_if.hpp branches/one-dot-oh/include/vmmlib/jacobi_solver.hpp Added Paths: ----------- branches/one-dot-oh/ACKNOWLEDGEMENTS branches/one-dot-oh/include/vmmlib/ACKNOWLEDGEMENTS This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2010-01-25 14:30:50
|
Revision: 260 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=260&view=rev Author: l3m Date: 2010-01-25 14:30:26 +0000 (Mon, 25 Jan 2010) Log Message: ----------- added skeleton tensor3 class and a skeleton test for susanne suter Modified Paths: -------------- branches/one-dot-oh/VMMLib.xcodeproj/project.pbxproj branches/one-dot-oh/tests/vmmlib_unit_tests_main.cpp Added Paths: ----------- branches/one-dot-oh/include/vmmlib/tensor3.hpp branches/one-dot-oh/tests/tensor3_test.cpp branches/one-dot-oh/tests/tensor3_test.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <su...@us...> - 2010-01-26 16:00:30
|
Revision: 263 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=263&view=rev Author: susuter Date: 2010-01-26 15:59:36 +0000 (Tue, 26 Jan 2010) Log Message: ----------- - added first accessor methods for tensor3 Modified Paths: -------------- branches/one-dot-oh/include/vmmlib/tensor3.hpp branches/one-dot-oh/tests/tensor3_test.cpp branches/one-dot-oh/tests/tensor3_test.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <su...@us...> - 2010-01-26 16:56:23
|
Revision: 264 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=264&view=rev Author: susuter Date: 2010-01-26 16:56:16 +0000 (Tue, 26 Jan 2010) Log Message: ----------- - tensor3: minor changes and added fill_random() Modified Paths: -------------- branches/one-dot-oh/include/vmmlib/tensor3.hpp branches/one-dot-oh/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...> - 2010-02-05 17:37:23
|
Revision: 265 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=265&view=rev Author: susuter Date: 2010-02-05 17:37:16 +0000 (Fri, 05 Feb 2010) Log Message: ----------- - corrected output format of matrix for operator<< (last comma removed); - tensor3: added equals methods and set_i_vector methods Modified Paths: -------------- branches/one-dot-oh/include/vmmlib/matrix.hpp branches/one-dot-oh/include/vmmlib/tensor3.hpp branches/one-dot-oh/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...> - 2010-03-03 10:19:52
|
Revision: 267 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=267&view=rev Author: susuter Date: 2010-03-03 10:19:44 +0000 (Wed, 03 Mar 2010) Log Message: ----------- - added accessor methods to tensor3 class Modified Paths: -------------- branches/one-dot-oh/include/vmmlib/tensor3.hpp branches/one-dot-oh/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...> - 2010-03-03 18:25:06
|
Revision: 268 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=268&view=rev Author: susuter Date: 2010-03-03 18:24:59 +0000 (Wed, 03 Mar 2010) Log Message: ----------- - implemented tensor3 matricizations along all three modes Modified Paths: -------------- branches/one-dot-oh/include/vmmlib/tensor3.hpp branches/one-dot-oh/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...> - 2010-03-05 09:42:52
|
Revision: 269 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=269&view=rev Author: susuter Date: 2010-03-05 09:42:45 +0000 (Fri, 05 Mar 2010) Log Message: ----------- - changed tensor3 tests to vmmlib style; - minor bug fixes; - added further accessors to tensor3 Modified Paths: -------------- branches/one-dot-oh/include/vmmlib/matrix.hpp branches/one-dot-oh/include/vmmlib/tensor3.hpp branches/one-dot-oh/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...> - 2010-03-05 16:06:25
|
Revision: 270 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=270&view=rev Author: susuter Date: 2010-03-05 16:06:18 +0000 (Fri, 05 Mar 2010) Log Message: ----------- - added further operators to tensor3 class Modified Paths: -------------- branches/one-dot-oh/include/vmmlib/tensor3.hpp branches/one-dot-oh/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...> - 2010-03-09 18:29:16
|
Revision: 273 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=273&view=rev Author: susuter Date: 2010-03-09 18:29:09 +0000 (Tue, 09 Mar 2010) Log Message: ----------- - added tensor3 matrix multiplication, - applied correct transposed matrices during get/set slices and multiplication Modified Paths: -------------- branches/one-dot-oh/include/vmmlib/tensor3.hpp branches/one-dot-oh/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...> - 2010-03-17 16:09:34
|
Revision: 274 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=274&view=rev Author: susuter Date: 2010-03-17 16:09:23 +0000 (Wed, 17 Mar 2010) Log Message: ----------- - added tucker3 tensor class and minor changes in tensor3 class Modified Paths: -------------- branches/one-dot-oh/VMMLib.xcodeproj/project.pbxproj branches/one-dot-oh/include/vmmlib/tensor3.hpp branches/one-dot-oh/tests/tensor3_test.cpp branches/one-dot-oh/tests/tensor3_test.hpp branches/one-dot-oh/tests/vmmlib_unit_tests_main.cpp Added Paths: ----------- branches/one-dot-oh/include/vmmlib/tucker3_tensor.hpp branches/one-dot-oh/tests/tucker3_tensor_test.cpp branches/one-dot-oh/tests/tucker3_tensor_test.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <su...@us...> - 2010-03-17 19:29:54
|
Revision: 275 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=275&view=rev Author: susuter Date: 2010-03-17 19:29:48 +0000 (Wed, 17 Mar 2010) Log Message: ----------- - tucker3 tensor class added basis matrices subsampling and basis matrices ROI selection Modified Paths: -------------- branches/one-dot-oh/include/vmmlib/tucker3_tensor.hpp branches/one-dot-oh/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...> - 2010-03-18 11:52:35
|
Revision: 276 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=276&view=rev Author: susuter Date: 2010-03-18 11:52:29 +0000 (Thu, 18 Mar 2010) Log Message: ----------- - tensor3 class added matricization along all three modes Modified Paths: -------------- branches/one-dot-oh/include/vmmlib/tensor3.hpp branches/one-dot-oh/tests/tensor3_test.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2010-03-19 15:24:43
|
Revision: 278 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=278&view=rev Author: l3m Date: 2010-03-19 15:24:32 +0000 (Fri, 19 Mar 2010) Log Message: ----------- fixed some bugs and found out that a 256x256x256 uint16_t tensor3 seems to be too big to be allocated on the stack Modified Paths: -------------- branches/one-dot-oh/VMMLib.xcodeproj/project.pbxproj branches/one-dot-oh/tests/quaternion_test.cpp branches/one-dot-oh/tests/tensor3_test.cpp branches/one-dot-oh/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...> - 2010-03-21 10:30:00
|
Revision: 280 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=280&view=rev Author: susuter Date: 2010-03-21 10:29:53 +0000 (Sun, 21 Mar 2010) Log Message: ----------- - minor changs/bug fixes Modified Paths: -------------- branches/one-dot-oh/VMMLib.xcodeproj/project.pbxproj branches/one-dot-oh/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...> - 2010-03-21 17:27:29
|
Revision: 281 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=281&view=rev Author: susuter Date: 2010-03-21 17:27:22 +0000 (Sun, 21 Mar 2010) Log Message: ----------- - added tucker method1 to tucker3 tensor class Modified Paths: -------------- branches/one-dot-oh/include/vmmlib/tucker3_tensor.hpp branches/one-dot-oh/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...> - 2010-03-22 18:12:36
|
Revision: 282 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=282&view=rev Author: susuter Date: 2010-03-22 18:12:30 +0000 (Mon, 22 Mar 2010) Log Message: ----------- - use lapack svd for tucker3 tensor class, decomposition by tucker, method 1 Modified Paths: -------------- branches/one-dot-oh/include/vmmlib/tucker3_tensor.hpp branches/one-dot-oh/tests/tucker3_tensor_test.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |