(svn r25256) -Add: small matrix type (like vector, but for matrices) (fonsinchen)

This commit is contained in:
rubidium
2013-05-19 14:06:26 +00:00
parent ab6419c57c
commit 4b30ce61c1
6 changed files with 335 additions and 0 deletions

View File

@@ -649,6 +649,7 @@
<ClCompile Include="..\src\core\random_func.cpp" />
<ClInclude Include="..\src\core\random_func.hpp" />
<ClInclude Include="..\src\core\smallmap_type.hpp" />
<ClInclude Include="..\src\core\smallmatrix_type.hpp" />
<ClInclude Include="..\src\core\smallvec_type.hpp" />
<ClInclude Include="..\src\core\sort_func.hpp" />
<ClInclude Include="..\src\core\string_compare_type.hpp" />