OSDN Git Service

fix basic_matrix to pass tests
authoro_ggy <o_ggy@users.sourceforge.jp>
Mon, 6 Sep 2010 01:19:53 +0000 (18:19 -0700)
committertomohiro yasutomo <o_ggy@users.sourceforge.jp>
Mon, 6 Sep 2010 01:19:53 +0000 (18:19 -0700)
commit9c5558f47c543207ce5cb18720a8d9537bb64757
treead5270db4effff7b93b322c4fa7d32ae9d7d0f9e
parent6091d9f048f1f6cd4a41a3b5f3538fbdc923f705
fix basic_matrix to pass tests
21 files changed:
TODO.txt
bin/numeric
lib/libmofmath.a
sample/CMakeLists.txt
src/build_unix/Testing/Temporary/LastTest.log
src/build_unix/Testing/Temporary/LastTestsFailed.log
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/make_matrix_test
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/test/vector2_test.cpp
src/mof/math/test/vector3_test.cpp
src/mof/math/vector2.hpp
src/mof/math/vector3.hpp