OSDN Git Service

matrix testing
authortomohiro yasutomo <o_ggy@users.sourceforge.jp>
Wed, 18 Aug 2010 20:25:28 +0000 (13:25 -0700)
committertomohiro yasutomo <o_ggy@users.sourceforge.jp>
Wed, 18 Aug 2010 20:25:28 +0000 (13:25 -0700)
commit02127c4d9382e6d92d1f6390009d6de86aaaefaa
tree981697c588bf505aa16244ae094ae7dc03b5f399
parent124cbf6a6dda839e23b8cdaff54e7c97b7564dbd
matrix testing
50 files changed:
TODO.txt
bin/numeric
include/mof/base/mofdef.hpp [deleted file]
include/mof/base/tstring.hpp [deleted file]
include/mof/math/basic_matrix.hpp [deleted file]
include/mof/math/basic_vector.hpp [deleted file]
include/mof/math/matrix.hpp [deleted file]
include/mof/math/matrix2.hpp [deleted file]
include/mof/math/matrix3.hpp [deleted file]
include/mof/math/vector.hpp [deleted file]
include/mof/math/vector2.hpp [deleted file]
include/mof/math/vector3.hpp [deleted file]
include/mof/util/foreach.hpp [deleted file]
include/mof/util/multimedia_timer.hpp [deleted file]
sample/CMakeLists.txt
sample/build_unix/CMakeFiles/CMakeDirectoryInformation.cmake
sample/build_unix/numeric/CMakeFiles/CMakeDirectoryInformation.cmake
sample/build_unix/numeric/CMakeFiles/numeric.dir/CXX.includecache
sample/build_unix/numeric/CMakeFiles/numeric.dir/depend.internal
sample/build_unix/numeric/CMakeFiles/numeric.dir/depend.make
sample/build_unix/numeric/CMakeFiles/numeric.dir/flags.make
sample/numeric/.main.cpp.swp [new file with mode: 0644]
sample/numeric/main.cpp
src/build_unix/Testing/Temporary/LastTest.log
src/build_unix/Testing/Temporary/LastTestsFailed.log
src/build_unix/mof/math/CMakeFiles/matrix2_test.dir/CXX.includecache
src/build_unix/mof/math/CMakeFiles/matrix2_test.dir/depend.internal
src/build_unix/mof/math/CMakeFiles/matrix2_test.dir/depend.make
src/build_unix/mof/math/CMakeFiles/matrix3_test.dir/CXX.includecache
src/build_unix/mof/math/CMakeFiles/matrix3_test.dir/depend.internal
src/build_unix/mof/math/CMakeFiles/matrix3_test.dir/depend.make
src/build_unix/mof/math/CMakeFiles/vector2_test.dir/CXX.includecache
src/build_unix/mof/math/CMakeFiles/vector2_test.dir/depend.internal
src/build_unix/mof/math/CMakeFiles/vector2_test.dir/depend.make
src/build_unix/mof/math/CMakeFiles/vector3_test.dir/CXX.includecache
src/build_unix/mof/math/CMakeFiles/vector3_test.dir/depend.internal
src/build_unix/mof/math/CMakeFiles/vector3_test.dir/depend.make
src/mof/math/basic_matrix.hpp
src/mof/math/basic_vector.hpp
src/mof/math/matrix2.hpp
src/mof/math/matrix3.hpp
src/mof/math/test/matrix2_test.cpp
src/mof/math/test/matrix3_test.cpp
src/mof/math/test/testbin/matrix2_test
src/mof/math/test/testbin/matrix3_test
src/mof/math/test/testbin/vector2_test
src/mof/math/test/testbin/vector3_test
src/mof/math/threshold.hpp [new file with mode: 0644]
src/mof/math/vector2.hpp
src/mof/math/vector3.hpp