(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

@@ -1176,6 +1176,9 @@
<ClInclude Include="..\src\core\smallmap_type.hpp">
<Filter>Core Source Code</Filter>
</ClInclude>
<ClInclude Include="..\src\core\smallmatrix_type.hpp">
<Filter>Core Source Code</Filter>
</ClInclude>
<ClInclude Include="..\src\core\smallvec_type.hpp">
<Filter>Core Source Code</Filter>
</ClInclude>